Class N2oReferenceAccessPoint
- java.lang.Object
-
- net.n2oapp.framework.access.metadata.accesspoint.AccessPoint
-
- net.n2oapp.framework.access.metadata.accesspoint.model.N2oReferenceAccessPoint
-
- All Implemented Interfaces:
Serializable,net.n2oapp.framework.api.metadata.aware.NamespaceUriAware,net.n2oapp.framework.api.metadata.Compiled,net.n2oapp.framework.api.metadata.Source
public class N2oReferenceAccessPoint extends AccessPoint
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oReferenceAccessPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetObjectId()inthashCode()voidsetObjectId(String objectId)-
Methods inherited from class net.n2oapp.framework.access.metadata.accesspoint.AccessPoint
getNamespaceUri, setNamespaceUri
-
-
-
-
Method Detail
-
getObjectId
public String getObjectId()
-
setObjectId
public void setObjectId(String objectId)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAccessPoint
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAccessPoint
-
-