Class StylePathDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<StylePathDetailPK>
com.echothree.model.data.style.server.value.StylePathDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class StylePathDetailValue
extends BaseValue<StylePathDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionStylePathDetailValue
(StylePathDetailPK stylePathDetailPK, StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of StylePathDetailValueStylePathDetailValue
(StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of StylePathDetailValue -
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
setStylePathName
(String stylePathName) void
setStylePathPK
(StylePathPK stylePathPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
StylePathDetailValue
public StylePathDetailValue(StylePathDetailPK stylePathDetailPK, StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of StylePathDetailValue- Throws:
PersistenceNotNullException
-
StylePathDetailValue
public StylePathDetailValue(StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of StylePathDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<StylePathDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<StylePathDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<StylePathDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<StylePathDetailPK>
-
getStylePathPK
-
setStylePathPK
- Throws:
PersistenceNotNullException
-
getStylePathPKHasBeenModified
-
getStylePathName
-
setStylePathName
- Throws:
PersistenceNotNullException
-
getStylePathNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-