Class ComponentVendorDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ComponentVendorDetailPK>
com.echothree.model.data.core.server.value.ComponentVendorDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ComponentVendorDetailValue
extends BaseValue<ComponentVendorDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionComponentVendorDetailValue(ComponentVendorDetailPK componentVendorDetailPK, ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentVendorDetailValueComponentVendorDetailValue(ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentVendorDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetComponentVendorName(String componentVendorName) voidsetComponentVendorPK(ComponentVendorPK componentVendorPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ComponentVendorDetailValue
public ComponentVendorDetailValue(ComponentVendorDetailPK componentVendorDetailPK, ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentVendorDetailValue- Throws:
PersistenceNotNullException
-
ComponentVendorDetailValue
public ComponentVendorDetailValue(ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentVendorDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ComponentVendorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ComponentVendorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ComponentVendorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ComponentVendorDetailPK>
-
getComponentVendorPK
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getComponentVendorPKHasBeenModified
-
getComponentVendorName
-
setComponentVendorName
- Throws:
PersistenceNotNullException
-
getComponentVendorNameHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-