Class ComponentVendorDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.ComponentVendorDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ComponentVendorDetailComponentVendorDetail(ComponentVendorDetailValue value, EntityPermission entityPermission) Creates a new instance of ComponentVendorDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetComponentVendor(EntityPermission entityPermission) getComponentVendor(Session session) getComponentVendor(Session session, EntityPermission entityPermission) getComponentVendorForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetComponentVendor(ComponentVendor entity) voidvoidsetComponentVendorName(String componentVendorName) voidsetComponentVendorPK(ComponentVendorPK componentVendorPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ComponentVendorDetail
Creates a new instance of ComponentVendorDetail- Throws:
PersistenceException
-
ComponentVendorDetail
Creates a new instance of ComponentVendorDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getComponentVendorDetailValue
-
setComponentVendorDetailValue
public void setComponentVendorDetailValue(ComponentVendorDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getComponentVendorPK
-
getComponentVendor
-
getComponentVendor
-
getComponentVendor
-
getComponentVendor
-
getComponentVendorForUpdate
-
getComponentVendorForUpdate
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComponentVendor
-
getComponentVendorPKHasBeenModified
-
getComponentVendorName
-
setComponentVendorName
public void setComponentVendorName(String componentVendorName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getComponentVendorNameHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-