Operation |
Details |
public equals( Object object):boolean |
Sequential Tags: | annotations=@Override
| Notes: | Softens the strict equivalence relation defined by the overwritten {@link java. lang.Object#equals(Object)} method. Two ReferenceObjects are equal, if they are identical, or if they are of the same type and contain the same objectId. @returns true if the objects are equal according to the defined equivalence relation. | |
public getObjectId():String |
Sequential Notes: | Delivers the technical objectId-attribute of corresponding ValueObject. | |
public getTitle():String |
Sequential |
public ReferenceObject(): |
Sequential Notes: | Creates a new instance. | |
public ReferenceObject( ReferenceObject other): |
Sequential Notes: | Copy constructor. @author Thomas Diebaecker | |
public ReferenceObject( String objectId): |
Sequential Notes: | Creates a new instance with the given ID. | |
public setObjectId( String objectId):void |
Sequential Notes: | Sets the technical objectId-attribute of corresponding ValueObject. | |
public setTitle( String title):void |
Sequential |
public toString():String |
Sequential Tags: | annotations=@Override
| Notes: | Delivers the name of the class and the objectId, separated by a colon. | |