org.apache.geronimo.naming.deployment.jsr88
Class Pattern
java.lang.Object
org.apache.geronimo.naming.deployment.jsr88.Pattern
- All Implemented Interfaces:
- Serializable
public class Pattern
- extends Object
- implements Serializable
Holds the elements that make up an ObjectName. This class exists
so that the bundle of elements can be get, set, and edited together
separate from any other elements that may be on the parent.
- See Also:
- Serialized Form
Pattern
public Pattern()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getModule
public String getModule()
setModule
public void setModule(String module)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
empty
public boolean empty()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.