Package no.nsd.qddt.domain.embedded
Class Urn
- java.lang.Object
- 
- no.nsd.qddt.domain.embedded.Urn
 
- 
 @Embeddable public class Urn extends java.lang.ObjectURN's are the ID's that are used for all entities that can be exported out of this solution. This Solution will also need to keep track of these while importing entities from external systems, so that entities will keep their relationship even when they are reintroduced into this system.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)AgencygetAgency()java.util.UUIDgetId()VersiongetVersion()inthashCode()voidsetAgency(Agency agency)voidsetId(java.util.UUID guid)voidsetVersion(Version version)java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getIdpublic java.util.UUID getId() 
 - 
setIdpublic void setId(java.util.UUID guid) 
 - 
getAgencypublic Agency getAgency() 
 - 
setAgencypublic void setAgency(Agency agency) 
 - 
getVersionpublic Version getVersion() 
 - 
setVersionpublic void setVersion(Version version) 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-