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


Field Summary
static String EXT_STATUS
           
static String FIELD_DESCRIPTION
           
static String FIELD_MODIFIABLE
           
static String FIELD_NAME
           
static String FIELD_VALUE
           
static String FQ_FIELD_DESCRIPTION
           
static String FQ_FIELD_MODIFIABLE
           
static String FQ_FIELD_NAME
           
static String FQ_FIELD_VALUE
           
 
Method Summary
 String getDescription()
           
 boolean getModifiable()
           
 String getName()
           
 int getValue()
           
 void setDescription(String description)
           
 void setModifiable(boolean modifiable)
           
 void setName(String name)
           
 void setValue(int value)
           
 
Methods inherited from interface org.sharengo.wikitty.BusinessEntity
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

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
Method Detail

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.