com.jurismarches.vradi.entities
Interface Status

All Superinterfaces:
org.nuiton.wikitty.BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
StatusAbstract, StatusImpl

public interface Status
extends org.nuiton.wikitty.BusinessEntity


Field Summary
static String EXT_STATUS
           
static String FIELD_STATUS_DESCRIPTION
           
static String FIELD_STATUS_MODIFIABLE
           
static String FIELD_STATUS_NAME
           
static String FIELD_STATUS_VALUE
           
static String FQ_FIELD_STATUS_DESCRIPTION
           
static String FQ_FIELD_STATUS_MODIFIABLE
           
static String FQ_FIELD_STATUS_NAME
           
static String FQ_FIELD_STATUS_VALUE
           
 
Method Summary
 String getDescription()
          getDescription :
 boolean getModifiable()
          getModifiable :
 String getName()
          getName :
 int getValue()
          getValue :
 void setDescription(String description)
          setDescription :
 void setModifiable(boolean modifiable)
          setModifiable :
 void setName(String name)
          setName :
 void setValue(int value)
          setValue :
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_STATUS

static final String EXT_STATUS
See Also:
Constant Field Values

FIELD_STATUS_NAME

static final String FIELD_STATUS_NAME
See Also:
Constant Field Values

FQ_FIELD_STATUS_NAME

static final String FQ_FIELD_STATUS_NAME
See Also:
Constant Field Values

FIELD_STATUS_VALUE

static final String FIELD_STATUS_VALUE
See Also:
Constant Field Values

FQ_FIELD_STATUS_VALUE

static final String FQ_FIELD_STATUS_VALUE
See Also:
Constant Field Values

FIELD_STATUS_DESCRIPTION

static final String FIELD_STATUS_DESCRIPTION
See Also:
Constant Field Values

FQ_FIELD_STATUS_DESCRIPTION

static final String FQ_FIELD_STATUS_DESCRIPTION
See Also:
Constant Field Values

FIELD_STATUS_MODIFIABLE

static final String FIELD_STATUS_MODIFIABLE
See Also:
Constant Field Values

FQ_FIELD_STATUS_MODIFIABLE

static final String FQ_FIELD_STATUS_MODIFIABLE
See Also:
Constant Field Values
Method Detail

getName

String getName()
getName :

Returns:
String

setName

void setName(String name)
setName :

Parameters:
name -

getValue

int getValue()
getValue :

Returns:
int

setValue

void setValue(int value)
setValue :

Parameters:
value -

getDescription

String getDescription()
getDescription :

Returns:
String

setDescription

void setDescription(String description)
setDescription :

Parameters:
description -

getModifiable

boolean getModifiable()
getModifiable :

Returns:
boolean

setModifiable

void setModifiable(boolean modifiable)
setModifiable :

Parameters:
modifiable -


Copyright © 2009-2010 JurisMarches. All Rights Reserved.