public interface Entity
The following features are supported:
ModelPackage.getEntity()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChangeType()
Returns the value of the 'Change Type' attribute.
|
java.util.List |
getChildren()
Returns the value of the 'Children' containment reference list.
|
java.lang.Object |
getCreateTimestamp()
Returns the value of the 'Create Timestamp' attribute.
|
EntitlementInfoType |
getEntitlementInfo()
Returns the value of the 'Entitlement Info' containment reference.
|
java.util.List |
getGroups()
Returns the value of the 'Groups' containment reference list.
|
IdentifierType |
getIdentifier()
Returns the value of the 'Identifier' containment reference.
|
java.lang.Object |
getModifyTimestamp()
Returns the value of the 'Modify Timestamp' attribute.
|
Entity |
getParent()
Returns the value of the 'Parent' containment reference.
|
java.util.List |
getViewIdentifiers()
Returns the value of the 'View Identifiers' containment reference list.
|
void |
setChangeType(java.lang.String value)
Sets the value of the '
Change Type ' attribute. |
void |
setCreateTimestamp(java.lang.Object value)
Sets the value of the '
Create Timestamp ' attribute. |
void |
setEntitlementInfo(EntitlementInfoType value)
Sets the value of the '
Entitlement Info ' containment reference. |
void |
setIdentifier(IdentifierType value)
Sets the value of the '
Identifier ' containment reference. |
void |
setModifyTimestamp(java.lang.Object value)
Sets the value of the '
Modify Timestamp ' attribute. |
void |
setParent(Entity value)
Sets the value of the '
Parent ' containment reference. |
IdentifierType getIdentifier()
setIdentifier(IdentifierType)
,
ModelPackage.getEntity_Identifier()
void setIdentifier(IdentifierType value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
java.util.List getViewIdentifiers()
ViewIdentifierType
.
ModelPackage.getEntity_ViewIdentifiers()
Entity getParent()
setParent(Entity)
,
ModelPackage.getEntity_Parent()
void setParent(Entity value)
Parent
' containment reference.
value
- the new value of the 'Parent' containment reference.getParent()
java.util.List getChildren()
Entity
.
ModelPackage.getEntity_Children()
java.util.List getGroups()
Group
.
ModelPackage.getEntity_Groups()
java.lang.Object getCreateTimestamp()
setCreateTimestamp(Object)
,
ModelPackage.getEntity_CreateTimestamp()
void setCreateTimestamp(java.lang.Object value)
Create Timestamp
' attribute.
value
- the new value of the 'Create Timestamp' attribute.getCreateTimestamp()
java.lang.Object getModifyTimestamp()
setModifyTimestamp(Object)
,
ModelPackage.getEntity_ModifyTimestamp()
void setModifyTimestamp(java.lang.Object value)
Modify Timestamp
' attribute.
value
- the new value of the 'Modify Timestamp' attribute.getModifyTimestamp()
EntitlementInfoType getEntitlementInfo()
setEntitlementInfo(EntitlementInfoType)
,
ModelPackage.getEntity_EntitlementInfo()
void setEntitlementInfo(EntitlementInfoType value)
Entitlement Info
' containment reference.
value
- the new value of the 'Entitlement Info' containment reference.getEntitlementInfo()
java.lang.String getChangeType()
If the meaning of the 'Change Type' attribute isn't clear, there really should be more of a description here...
setChangeType(String)
,
ModelPackage.getEntity_ChangeType()
kind='element' name='changeType' namespace='##targetNamespace'
void setChangeType(java.lang.String value)
Change Type
' attribute.
value
- the new value of the 'Change Type' attribute.getChangeType()