Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#clone() | |
public equals( Object obj):boolean |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#equals(java.lang.Object) | |
public getId():String |
Sequential Notes: | Delivers the identifier. | |
public getType():IdType |
Sequential Notes: | Delivers the type of the identifier. | |
public getTypeString():String |
Sequential Notes: | Returns 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 IdentifierVO(): |
Sequential Notes: | Creates a new instance. | |
public IdentifierVO( IdType type, String id): |
Sequential Notes: | Creates a new instance with the given type and the given identifier. | |
public setId( String newVal):void |
Sequential Notes: | Sets the identifier. | |
public setType( IdType newVal):void |
Sequential Notes: | Sets the type of the identifier. | |
public setTypeString( String newValString):void |
Sequential Notes: | Sets the value of the type Enum by a String. | |