Class ProtocolDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ProtocolDetailPK>
com.echothree.model.data.core.server.value.ProtocolDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ProtocolDetailValue
extends BaseValue<ProtocolDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolDetailValue
(ProtocolDetailPK protocolDetailPK, ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ProtocolDetailValueProtocolDetailValue
(ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ProtocolDetailValue -
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
setProtocolName
(String protocolName) void
setProtocolPK
(ProtocolPK protocolPK) 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
-
ProtocolDetailValue
public ProtocolDetailValue(ProtocolDetailPK protocolDetailPK, ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ProtocolDetailValue- Throws:
PersistenceNotNullException
-
ProtocolDetailValue
public ProtocolDetailValue(ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ProtocolDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ProtocolDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ProtocolDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ProtocolDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ProtocolDetailPK>
-
getProtocolPK
-
setProtocolPK
- Throws:
PersistenceNotNullException
-
getProtocolPKHasBeenModified
-
getProtocolName
-
setProtocolName
- Throws:
PersistenceNotNullException
-
getProtocolNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-