Class PostalAddressFormatDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PostalAddressFormatDescriptionPK>
com.echothree.model.data.contact.server.value.PostalAddressFormatDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PostalAddressFormatDescriptionValue
extends BaseValue<PostalAddressFormatDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPostalAddressFormatDescriptionValue
(PostalAddressFormatDescriptionPK postalAddressFormatDescriptionPK, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValuePostalAddressFormatDescriptionValue
(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PostalAddressFormatDescriptionValue
public PostalAddressFormatDescriptionValue(PostalAddressFormatDescriptionPK postalAddressFormatDescriptionPK, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDescriptionValue- Throws:
PersistenceNotNullException
-
PostalAddressFormatDescriptionValue
public PostalAddressFormatDescriptionValue(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PostalAddressFormatDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PostalAddressFormatDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PostalAddressFormatDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PostalAddressFormatDescriptionPK>
-
getPostalAddressFormatPK
-
setPostalAddressFormatPK
public void setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-