Package org.cyclos.entities.users
Class BulkActionUser
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.BulkActionUser
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class BulkActionUser extends NetworkedEntity
Contains an entry for each user affected by a bulk action
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description BulkActionUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkActiongetBulkAction()StringgetErrorStackTrace()StringgetMessage()NetworkgetNetwork()Returns the network this entity belongs toDategetProcessDate()BulkActionUserStatusgetStatus()UsergetUser()booleanisHasErrorStackTrace()voidsetBulkAction(BulkAction bulkAction)voidsetErrorStackTrace(String errorStackTrace)voidsetMessage(String message)voidsetProcessDate(Date processDate)voidsetStatus(BulkActionUserStatus status)voidsetUser(User user)-
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
-
getBulkAction
public BulkAction getBulkAction()
-
getErrorStackTrace
public String getErrorStackTrace()
-
getMessage
public String getMessage()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getProcessDate
public Date getProcessDate()
-
getStatus
public BulkActionUserStatus getStatus()
-
getUser
public User getUser()
-
isHasErrorStackTrace
public boolean isHasErrorStackTrace()
-
setBulkAction
public void setBulkAction(BulkAction bulkAction)
-
setErrorStackTrace
public void setErrorStackTrace(String errorStackTrace)
-
setMessage
public void setMessage(String message)
-
setProcessDate
public void setProcessDate(Date processDate)
-
setStatus
public void setStatus(BulkActionUserStatus status)
-
setUser
public void setUser(User user)
-
-