Class InvoiceAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.invoice.server.entity.InvoiceAlias
- 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 InvoiceAliasInvoiceAlias(InvoiceAliasValue value, EntityPermission entityPermission) Creates a new instance of InvoiceAlias -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()booleanbooleangetInvoice(EntityPermission entityPermission) getInvoice(Session session) getInvoice(Session session, EntityPermission entityPermission) getInvoiceAliasType(EntityPermission entityPermission) getInvoiceAliasType(Session session) getInvoiceAliasType(Session session, EntityPermission entityPermission) getInvoiceAliasTypeForUpdate(Session session) booleangetInvoiceForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetInvoice(Invoice entity) voidsetInvoiceAliasType(InvoiceAliasType entity) voidsetInvoiceAliasTypePK(InvoiceAliasTypePK invoiceAliasTypePK) voidvoidsetInvoicePK(InvoicePK invoicePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InvoiceAlias
Creates a new instance of InvoiceAlias- Throws:
PersistenceException
-
InvoiceAlias
Creates a new instance of InvoiceAlias
-
-
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
-
getInvoiceAliasValue
-
setInvoiceAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInvoicePK
-
getInvoice
-
getInvoice
-
getInvoice
-
getInvoice
-
getInvoiceForUpdate
-
getInvoiceForUpdate
-
setInvoicePK
public void setInvoicePK(InvoicePK invoicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoice
-
getInvoicePKHasBeenModified
-
getInvoiceAliasTypePK
-
getInvoiceAliasType
-
getInvoiceAliasType
-
getInvoiceAliasType
-
getInvoiceAliasType
-
getInvoiceAliasTypeForUpdate
-
getInvoiceAliasTypeForUpdate
-
setInvoiceAliasTypePK
public void setInvoiceAliasTypePK(InvoiceAliasTypePK invoiceAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoiceAliasType
-
getInvoiceAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-