org.apache.geronimo.naming.deployment.jsr88
Class Pattern

java.lang.Object
  extended by 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

Constructor Summary
Pattern()
           
 
Method Summary
 boolean empty()
           
 boolean equals(Object o)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getModule()
           
 String getName()
           
 String getType()
           
 String getVersion()
           
 int hashCode()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setModule(String module)
           
 void setName(String name)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern

public Pattern()
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.