Package com.saperion.common.lang.id
Class StringId
java.lang.Object
com.saperion.common.lang.id.StringId
- All Implemented Interfaces:
- Id,- Serializable,- Comparable<StringId>
- Direct Known Subclasses:
- HierarchicalName
- Author:
- agz
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal intfinal booleanfinal StringReturns the string-representation of thisId.final inthashCode()final StringtoString()ThistoString()-method returns a full representation of aStringIdwhich is compatible with theconstructor.
- 
Constructor Details
- 
Method Details- 
getStringDescription copied from interface:IdReturns the string-representation of thisId.
- 
equals
- 
hashCodepublic final int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<StringId>
 
- 
toStringThistoString()-method returns a full representation of aStringIdwhich is compatible with theconstructor. So thistoString()-method is usable in business-logic and not only for debugging purposes.
 
-