@Entity public class TransactionAuthorization extends BaseEntity
| Constructor and Description |
|---|
TransactionAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationAction |
getAction() |
BasicUser |
getBy() |
java.lang.String |
getComments() |
java.util.Date |
getDate() |
EntityImportance |
getEntityImportance() |
AuthorizationLevel |
getLevel() |
java.lang.Integer |
getLevelNumber() |
Network |
getNetwork() |
BasePayment |
getTransaction() |
void |
setAction(AuthorizationAction action) |
void |
setBy(BasicUser by) |
void |
setComments(java.lang.String comments) |
void |
setDate(java.util.Date date) |
void |
setLevel(AuthorizationLevel level) |
void |
setTransaction(BasePayment transaction) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic AuthorizationAction getAction()
public BasicUser getBy()
public java.lang.String getComments()
public java.util.Date getDate()
public EntityImportance getEntityImportance()
getEntityImportance in interface HasEntityImportancegetEntityImportance in class SimpleEntitypublic AuthorizationLevel getLevel()
public java.lang.Integer getLevelNumber()
public Network getNetwork()
getNetwork in class BaseEntitypublic BasePayment getTransaction()
public void setAction(AuthorizationAction action)
public void setBy(BasicUser by)
public void setComments(java.lang.String comments)
public void setDate(java.util.Date date)
public void setLevel(AuthorizationLevel level)
public void setTransaction(BasePayment transaction)