Class PostalAddressFormatDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PostalAddressFormatDetailPK>
com.echothree.model.data.contact.server.value.PostalAddressFormatDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PostalAddressFormatDetailValue
extends BaseValue<PostalAddressFormatDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPostalAddressFormatDetailValue
(PostalAddressFormatDetailPK postalAddressFormatDetailPK, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDetailValuePostalAddressFormatDetailValue
(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPostalAddressFormatName
(String postalAddressFormatName) void
setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PostalAddressFormatDetailValue
public PostalAddressFormatDetailValue(PostalAddressFormatDetailPK postalAddressFormatDetailPK, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDetailValue- Throws:
PersistenceNotNullException
-
PostalAddressFormatDetailValue
public PostalAddressFormatDetailValue(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PostalAddressFormatDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PostalAddressFormatDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PostalAddressFormatDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PostalAddressFormatDetailPK>
-
getPostalAddressFormatPK
-
setPostalAddressFormatPK
public void setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatPKHasBeenModified
-
getPostalAddressFormatName
-
setPostalAddressFormatName
public void setPostalAddressFormatName(String postalAddressFormatName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-