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 TypeMethodDescriptionboolean
getAlias()
boolean
boolean
getInvoice
(EntityPermission entityPermission) getInvoice
(Session session) getInvoice
(Session session, EntityPermission entityPermission) getInvoiceAliasType
(EntityPermission entityPermission) getInvoiceAliasType
(Session session) getInvoiceAliasType
(Session session, EntityPermission entityPermission) getInvoiceAliasTypeForUpdate
(Session session) boolean
getInvoiceForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
setInvoice
(Invoice entity) void
setInvoiceAliasType
(InvoiceAliasType entity) void
setInvoiceAliasTypePK
(InvoiceAliasTypePK invoiceAliasTypePK) void
void
setInvoicePK
(InvoicePK invoicePK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getInvoiceAliasValue
-
setInvoiceAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-