Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| |
public CreatorVO(): |
Sequential Notes: | Creates a new instance. | |
public CreatorVO( OrganizationVO organization, CreatorRole role): |
Sequential Notes: | Creates a new instance with the given organization and role. | |
public CreatorVO( PersonVO person, CreatorRole role): |
Sequential Notes: | Creates a new instance with the given person and role. | |
public equals( Object obj):boolean |
Sequential Tags: | annotations=@Override
| |
public getOrganization():OrganizationVO |
Sequential Notes: | Delivers the organization (or null if the creator is not an organization). | |
public getPerson():PersonVO |
Sequential Notes: | Delivers the person (or null if the creator is not an person). | |
public getRole():CreatorRole |
Sequential Notes: | Delivers the creators' role. | |
public getRoleString():String |
Sequential Notes: | Delivers the value of the role Enum as a String. If the enum is not set, an empty String is returned. @return the value of the role Enum | |
public getType():CreatorType |
Sequential Notes: | Delivers the creators' type. | |
public getTypeString():String |
Sequential Notes: | Delivers the value of the type Enum as a String. If the enum is not set, an empty String is returned. @return the value of the type Enum | |
public setOrganization( OrganizationVO newVal):void |
Sequential Notes: | Set the creator to the given organization. Because the creator cannot be an organization and a person at the same time, the person is set to null. | |
public setPerson( PersonVO newVal):void |
Sequential Notes: | Set the creator to the given person. Because the creator cannot be a person and an organization at the same time, the organization is set to null. | |
public setRole( CreatorRole newVal):void |
Sequential Notes: | Set the creators' role. | |
public setRoleString( String newValString):void |
Sequential Notes: | Sets the value of the role Enum by a String. | |
public setType( CreatorType newVal):void |
Sequential |
public setTypeString( String newValString):void |
Sequential Notes: | Sets the value of the type Enum by a String. | |