Class SelectorDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorDetailPK>
com.echothree.model.data.selector.server.value.SelectorDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorDetailValue
extends BaseValue<SelectorDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorDetailValue
(SelectorDetailPK selectorDetailPK, SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorDetailValueSelectorDetailValue
(SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSelectorName
(String selectorName) void
setSelectorPK
(SelectorPK selectorPK) void
setSelectorTypePK
(SelectorTypePK selectorTypePK) 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
-
SelectorDetailValue
public SelectorDetailValue(SelectorDetailPK selectorDetailPK, SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorDetailValue- Throws:
PersistenceNotNullException
-
SelectorDetailValue
public SelectorDetailValue(SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorDetailPK>
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getSelectorTypePK
-
setSelectorTypePK
- Throws:
PersistenceNotNullException
-
getSelectorTypePKHasBeenModified
-
getSelectorName
-
setSelectorName
- Throws:
PersistenceNotNullException
-
getSelectorNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-