com.jurismarches.vradi.entities
Interface Status
- All Superinterfaces:
- org.sharengo.wikitty.BusinessEntity, Cloneable, Serializable
- All Known Implementing Classes:
- StatusBean, StatusImpl
public interface Status
- extends org.sharengo.wikitty.BusinessEntity
| Methods inherited from interface org.sharengo.wikitty.BusinessEntity |
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion |
EXT_STATUS
static final String EXT_STATUS
- See Also:
- Constant Field Values
FIELD_NAME
static final String FIELD_NAME
- See Also:
- Constant Field Values
FQ_FIELD_NAME
static final String FQ_FIELD_NAME
- See Also:
- Constant Field Values
FIELD_VALUE
static final String FIELD_VALUE
- See Also:
- Constant Field Values
FQ_FIELD_VALUE
static final String FQ_FIELD_VALUE
- See Also:
- Constant Field Values
FIELD_DESCRIPTION
static final String FIELD_DESCRIPTION
- See Also:
- Constant Field Values
FQ_FIELD_DESCRIPTION
static final String FQ_FIELD_DESCRIPTION
- See Also:
- Constant Field Values
FIELD_MODIFIABLE
static final String FIELD_MODIFIABLE
- See Also:
- Constant Field Values
FQ_FIELD_MODIFIABLE
static final String FQ_FIELD_MODIFIABLE
- See Also:
- Constant Field Values
setName
void setName(String name)
getName
String getName()
setValue
void setValue(int value)
getValue
int getValue()
setDescription
void setDescription(String description)
getDescription
String getDescription()
setModifiable
void setModifiable(boolean modifiable)
getModifiable
boolean getModifiable()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.