Class SubscriptionKindDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SubscriptionKindDetailPK>
com.echothree.model.data.subscription.server.value.SubscriptionKindDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SubscriptionKindDetailValue
extends BaseValue<SubscriptionKindDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionKindDetailValue
(SubscriptionKindDetailPK subscriptionKindDetailPK, SubscriptionKindPK subscriptionKindPK, String subscriptionKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SubscriptionKindDetailValueSubscriptionKindDetailValue
(SubscriptionKindPK subscriptionKindPK, String subscriptionKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SubscriptionKindDetailValue -
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
setSortOrder
(Integer sortOrder) void
setSubscriptionKindName
(String subscriptionKindName) void
setSubscriptionKindPK
(SubscriptionKindPK subscriptionKindPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SubscriptionKindDetailValue
public SubscriptionKindDetailValue(SubscriptionKindDetailPK subscriptionKindDetailPK, SubscriptionKindPK subscriptionKindPK, String subscriptionKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SubscriptionKindDetailValue- Throws:
PersistenceNotNullException
-
SubscriptionKindDetailValue
public SubscriptionKindDetailValue(SubscriptionKindPK subscriptionKindPK, String subscriptionKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SubscriptionKindDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SubscriptionKindDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SubscriptionKindDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SubscriptionKindDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SubscriptionKindDetailPK>
-
getSubscriptionKindPK
-
setSubscriptionKindPK
public void setSubscriptionKindPK(SubscriptionKindPK subscriptionKindPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSubscriptionKindPKHasBeenModified
-
getSubscriptionKindName
-
setSubscriptionKindName
- Throws:
PersistenceNotNullException
-
getSubscriptionKindNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-