Class IconUsageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<IconUsagePK>
com.echothree.model.data.icon.server.value.IconUsageValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionIconUsageValue(IconUsagePK iconUsagePK, IconUsageTypePK iconUsageTypePK, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconUsageValueIconUsageValue(IconUsageTypePK iconUsageTypePK, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconUsageValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetIconUsageTypePK(IconUsageTypePK iconUsageTypePK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
IconUsageValue
public IconUsageValue(IconUsagePK iconUsagePK, IconUsageTypePK iconUsageTypePK, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of IconUsageValue- Throws:
PersistenceNotNullException
-
IconUsageValue
public IconUsageValue(IconUsageTypePK iconUsageTypePK, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of IconUsageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<IconUsagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<IconUsagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<IconUsagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<IconUsagePK>
-
getIconUsageTypePK
-
setIconUsageTypePK
- Throws:
PersistenceNotNullException
-
getIconUsageTypePKHasBeenModified
-
getIconPK
-
setIconPK
- Throws:
PersistenceNotNullException
-
getIconPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-