Operation |
Details |
public AffiliationVO(): |
Sequential Notes: | Default constructor. | |
public AffiliationVO( AffiliationVO affiliation): |
Sequential Notes: | Clone constructor. | |
package alreadyExistsInFramework():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if this is a 'create' or an 'update' transformation. | |
protected clone():Object |
Sequential Tags: | annotations=@Override throws=CloneNotSupportedException
| |
public getChildAffiliations():java.util.List |
Sequential Notes: | Delivers the list of the affiliations' child affiliations. | |
public getCreationDate():java.util.Date |
Sequential Notes: | Delivers the creation date of the affiliation, i. e. a timestamp from the system when the organizational unit is created. | |
public getCreator():AccountUserRO |
Sequential Notes: | Delivers the creator of the affiliation, i. e. the account user that created the affiliation in the system. | |
public getDefaultMetadata():MdsOrganizationalUnitDetailsVO |
Sequential Notes: | Convenience method to retrieve escidoc metadat set. @return A {@link MdsOrganizationalUnitDetailsVO}. | |
public getHasChildren():boolean |
Sequential Notes: | Delivers true if the affiliation has child affiliations. The idiosyncratic method name is chosen to support JSF backing beans. @return true if the affiliation has child affiliations. | |
public getHasPredecessors():boolean |
Sequential Notes: | Are predecessors available. @return true if predecessors are available | |
public getLastModificationDate():java.util.Date |
Sequential Notes: | Delivers the date if the last modification of the affiliation in the system. | |
public getMetadataSets():List |
Sequential |
public getModifiedBy():AccountUserRO |
Sequential |
public getParentAffiliations():java.util.List |
Sequential Notes: | Delivers the list of the affiliations' parent affiliations. | |
public getPredecessorAffiliations():java.util.List |
Sequential Notes: | @return the predecessorAffiliations | |
public getPublicStatus():String |
Sequential Notes: | Delivers the publicly visible status of the affiliation. The public status can only be changed by the system. | |
public getReference():AffiliationRO |
Sequential Notes: | Delivers the affiliations' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
package hasParentAffiliations():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if a "parents" XML structure has to be created during marshalling. | |
package hasParents():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if a "parents" XML structure has to be created during marshalling. | |
public setCreationDate( java.util.Date newVal):void |
Sequential Notes: | Sets the creation date of the affiliation, i. e. a timestamp from the system when the organizational unit is created. | |
public setCreator( AccountUserRO newVal):void |
Sequential Notes: | Sets the creator of the affiliation, i. e. the account user that created the affiliation in the system. | |
public setDefaultMetadata( MdsOrganizationalUnitDetailsVO detailsVO):void |
Sequential Notes: | Convenience method to set escidoc metadata set. @link MdsOrganizationalUnitDetailsVO} containing the default metadata. | |
public setHasChildren( boolean newVal):void |
Sequential Notes: | Sets the flag indicating whether the affiliation has child affiliations or not. | |
public setLastModificationDate( java.util.Date newVal):void |
Sequential Notes: | Sets the date if the last modification of the affiliation in the system. | |
public setModifiedBy( AccountUserRO modifiedBy):void |
Sequential |
public setPredecessorAffiliations( java.util.List predecessorAffiliations):void |
Sequential |
public setPublicStatus( String newVal):void |
Sequential Notes: | Sets the publicly visible status of the affiliation. The public status can only be changed by the system. | |
public setReference( AffiliationRO newVal):void |
Sequential Notes: | Sets the affiliations' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |