Package com.flower.docs.domain.common
Class Id
- java.lang.Object
-
- com.flower.docs.domain.common.Id
-
- All Implemented Interfaces:
java.io.Serializable
public class Id extends java.lang.Object implements java.io.SerializableFlower unique identifier <p>Java class for Id complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="Id"> <simpleContent> <extension base="<http://flower.com/docs/domain/common>EDMSIdentifierType"> </extension> </simpleContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringvalue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetValue()EDMS identifier.inthashCode()voidsetValue(java.lang.String value)Sets the value of the value property.java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
EDMS identifier.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
-