public class UserDocumentDTO extends StaticDocumentDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,UserDocumentDTO> |
BROKER_MANAGEABLE |
static BasicProperty<java.lang.Boolean,UserDocumentDTO> |
BROKER_VISIBLE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,UserDocumentDTO> |
MEMBER_VISIBLE |
static BasicProperty<UserVO,UserDocumentDTO> |
USER |
CATEGORY, DESCRIPTION, ENABLENAMEID| Constructor and Description |
|---|
UserDocumentDTO() |
UserDocumentDTO(java.lang.Long id) |
UserDocumentDTO(Property<T,? super UserDocumentDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getUser() |
boolean |
isBrokerManageable() |
boolean |
isBrokerVisible() |
boolean |
isMemberVisible() |
void |
setBrokerManageable(boolean brokerManageable) |
void |
setBrokerVisible(boolean brokerVisible) |
void |
setMemberVisible(boolean memberVisible) |
void |
setUser(UserVO user) |
getCategory, getDescription, getEnable, setCategory, setDescription, setEnablecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,UserDocumentDTO> BROKER_MANAGEABLE
public static final BasicProperty<java.lang.Boolean,UserDocumentDTO> BROKER_VISIBLE
public static final BasicProperty<java.lang.Boolean,UserDocumentDTO> MEMBER_VISIBLE
public static final BasicProperty<UserVO,UserDocumentDTO> USER
public UserDocumentDTO()
public UserDocumentDTO(java.lang.Long id)
public UserDocumentDTO(Property<T,? super UserDocumentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DocumentDTOpublic boolean isBrokerManageable()
public void setBrokerManageable(boolean brokerManageable)
public boolean isBrokerVisible()
public void setBrokerVisible(boolean brokerVisible)
public boolean isMemberVisible()
public void setMemberVisible(boolean memberVisible)
public UserVO getUser()
public void setUser(UserVO user)
public java.lang.String className()
className in class StaticDocumentDTO