com.ibm.websphere.wim.model

Interface Entity

    • Method Detail

      • setIdentifier

        void setIdentifier(IdentifierType value)
        Sets the value of the 'Identifier' containment reference.
        Parameters:
        value - the new value of the 'Identifier' containment reference.
        See Also:
        getIdentifier()
        Generated:
      • getViewIdentifiers

        java.util.List getViewIdentifiers()
        Returns the value of the 'View Identifiers' containment reference list. The list contents are of type ViewIdentifierType.
        See Also:
        ModelPackage.getEntity_ViewIdentifiers()
        Model:
        type="com.ibm.websphere.wim.model.ViewIdentifierType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'View Identifiers' containment reference list.
      • setParent

        void setParent(Entity value)
        Sets the value of the 'Parent' containment reference.
        Parameters:
        value - the new value of the 'Parent' containment reference.
        See Also:
        getParent()
        Generated:
      • getChildren

        java.util.List getChildren()
        Returns the value of the 'Children' containment reference list. The list contents are of type Entity.
        See Also:
        ModelPackage.getEntity_Children()
        Model:
        type="com.ibm.websphere.wim.model.Entity" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Children' containment reference list.
      • getGroups

        java.util.List getGroups()
        Returns the value of the 'Groups' containment reference list. The list contents are of type Group.
        See Also:
        ModelPackage.getEntity_Groups()
        Model:
        type="com.ibm.websphere.wim.model.Group" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Groups' containment reference list.
      • getCreateTimestamp

        java.lang.Object getCreateTimestamp()
        Returns the value of the 'Create Timestamp' attribute.
        See Also:
        setCreateTimestamp(Object), ModelPackage.getEntity_CreateTimestamp()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime"
        Generated:
        Return:
        the value of the 'Create Timestamp' attribute.
      • setCreateTimestamp

        void setCreateTimestamp(java.lang.Object value)
        Sets the value of the 'Create Timestamp' attribute.
        Parameters:
        value - the new value of the 'Create Timestamp' attribute.
        See Also:
        getCreateTimestamp()
        Generated:
      • getModifyTimestamp

        java.lang.Object getModifyTimestamp()
        Returns the value of the 'Modify Timestamp' attribute.
        See Also:
        setModifyTimestamp(Object), ModelPackage.getEntity_ModifyTimestamp()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime"
        Generated:
        Return:
        the value of the 'Modify Timestamp' attribute.
      • setModifyTimestamp

        void setModifyTimestamp(java.lang.Object value)
        Sets the value of the 'Modify Timestamp' attribute.
        Parameters:
        value - the new value of the 'Modify Timestamp' attribute.
        See Also:
        getModifyTimestamp()
        Generated:
      • getChangeType

        java.lang.String getChangeType()
        Returns the value of the 'Change Type' attribute.

        If the meaning of the 'Change Type' attribute isn't clear, there really should be more of a description here...

        See Also:
        setChangeType(String), ModelPackage.getEntity_ChangeType()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=kind='element' name='changeType' namespace='##targetNamespace'
        Generated:
        Return:
        the value of the 'Change Type' attribute.
      • setChangeType

        void setChangeType(java.lang.String value)
        Sets the value of the 'Change Type' attribute.
        Parameters:
        value - the new value of the 'Change Type' attribute.
        See Also:
        getChangeType()
        Generated: