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,ProcessableForDataTranslation,IEntity
@Entity public class BulkActionUser extends NetworkedEntity
Contains an entry for each user affected by a bulk action
-
-
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
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toShortString, toString
-
-
-
-
Method Detail
-
getBulkAction
public BulkAction getBulkAction()
-
getErrorStackTrace
public String getErrorStackTrace()
-
getMessage
public String getMessage()
-
getNetwork
public Network getNetwork()
Description copied from class:NetworkedEntityReturns the network this entity belongs to- Specified by:
getNetworkin classNetworkedEntity
-
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)
-
-