Package org.cyclos.entities.banking
Class TransferStatusLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.TransferStatusLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class TransferStatusLog extends NetworkedEntity
Logs a transfer status change
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description TransferStatusLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicUsergetBy()StringgetComments()DategetDate()NetworkgetNetwork()Returns the network this entity belongs toTransferStatusgetStatus()TransfergetTransfer()voidsetBy(BasicUser by)voidsetComments(String comments)voidsetDate(Date date)voidsetStatus(TransferStatus status)voidsetTransfer(Transfer transfer)-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getBy
public BasicUser getBy()
-
getComments
public String getComments()
-
getDate
public Date getDate()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getStatus
public TransferStatus getStatus()
-
getTransfer
public Transfer getTransfer()
-
setBy
public void setBy(BasicUser by)
-
setComments
public void setComments(String comments)
-
setDate
public void setDate(Date date)
-
setStatus
public void setStatus(TransferStatus status)
-
setTransfer
public void setTransfer(Transfer transfer)
-
-