public abstract class ObjectSpec extends Object implements MetaDefItem, Serializable
Abstract class for use with any object, such as views, pattern guards or pattern observers.
A object construction specification can be equal to another specification. This information can be important to determine reuse of any object.
Constructor and Description |
---|
ObjectSpec(String namespace,
String objectName,
List<ExprNode> objectParameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object otherObject) |
String |
getObjectName()
Returns the object name.
|
String |
getObjectNamespace()
Returns namespace for view object.
|
List<ExprNode> |
getObjectParameters()
Returns the list of object parameters.
|
int |
hashCode() |
String |
toString() |
public String getObjectNamespace()
public final String getObjectName()
public final List<ExprNode> getObjectParameters()