Class FreeOnBoardDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FreeOnBoardDetailPK>
com.echothree.model.data.shipment.server.value.FreeOnBoardDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class FreeOnBoardDetailValue
extends BaseValue<FreeOnBoardDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionFreeOnBoardDetailValue(FreeOnBoardDetailPK freeOnBoardDetailPK, FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FreeOnBoardDetailValueFreeOnBoardDetailValue(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FreeOnBoardDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFreeOnBoardName(String freeOnBoardName) voidsetFreeOnBoardPK(FreeOnBoardPK freeOnBoardPK) voidsetFromTime(Long fromTime) 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
-
FreeOnBoardDetailValue
public FreeOnBoardDetailValue(FreeOnBoardDetailPK freeOnBoardDetailPK, FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FreeOnBoardDetailValue- Throws:
PersistenceNotNullException
-
FreeOnBoardDetailValue
public FreeOnBoardDetailValue(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FreeOnBoardDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<FreeOnBoardDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<FreeOnBoardDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<FreeOnBoardDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<FreeOnBoardDetailPK>
-
getFreeOnBoardPK
-
setFreeOnBoardPK
- Throws:
PersistenceNotNullException
-
getFreeOnBoardPKHasBeenModified
-
getFreeOnBoardName
-
setFreeOnBoardName
- Throws:
PersistenceNotNullException
-
getFreeOnBoardNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-