public class AdministrativeStatus extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE |
static String |
PASSIVE |
Constructor and Description |
---|
AdministrativeStatus(String state,
String message,
Calendar modificationDate,
String userLogin,
String instanceIdentifier,
String serviceIdentifier) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getInstanceIdentifier() |
String |
getLabel() |
String |
getMessage() |
Calendar |
getModificationDate() |
String |
getServiceIdentifier() |
String |
getState() |
String |
getUserLogin() |
boolean |
isActive() |
boolean |
isPassive() |
void |
setLabelAndDescription(String label,
String description) |
String |
toString() |
public static final String ACTIVE
public static final String PASSIVE
public String getInstanceIdentifier()
public String getServiceIdentifier()
public String getState()
public String getMessage()
public Calendar getModificationDate()
public String getUserLogin()
public boolean isActive()
public boolean isPassive()
public String getLabel()
public String getDescription()
Copyright © 2013 Nuxeo SA. All Rights Reserved.