|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.web.formbean.BusinessClassFormBean
public class BusinessClassFormBean
BusinessClass formbean
Constructor Summary | |
---|---|
BusinessClassFormBean()
|
Method Summary | |
---|---|
String |
getBusinessClass()
Returns the BusinessClass |
String |
getBusinessTableName()
Returns the BusinessTableName |
String |
getClassDescription()
Fetches the description of a business class |
int |
getId()
Returns the nIdBusinessClass |
int |
getIdFeature()
Returns the IdFeature |
String |
getPrimaryKey()
Fetches the attributes which represents the identifier of the business class |
void |
setBusinessClass(String strBusinessClass)
Sets the BusinessClass |
void |
setBusinessTableName(String strBusinessTableName)
Sets the BusinessTableName |
void |
setClassDescription(String strDescriptionAttributeName)
Sets the class description and it is given by an attribute |
void |
setId(int nIdBusinessClass)
Sets the nIdBusinessClass |
void |
setIdFeature(int nIdFeature)
Sets the IdFeature |
void |
setPrimaryKey(String strPrimaryAttributeName)
Sets the primary key of the class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessClassFormBean()
Method Detail |
---|
public int getId()
public void setId(int nIdBusinessClass)
nIdBusinessClass
- The IdPluginpublic int getIdFeature()
public void setIdFeature(int nIdFeature)
nIdFeature
- The IdPluginpublic String getBusinessClass()
public void setBusinessClass(String strBusinessClass)
strBusinessClass
- The BusinessClasspublic String getBusinessTableName()
public void setBusinessTableName(String strBusinessTableName)
strBusinessTableName
- The BusinessTableNamepublic void setClassDescription(String strDescriptionAttributeName)
strDescriptionAttributeName
- The name of the attribute which the
descriptionpublic String getClassDescription()
public void setPrimaryKey(String strPrimaryAttributeName)
strPrimaryAttributeName
- The key attribute namepublic String getPrimaryKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |