|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.model.BusinessClass
public class BusinessClass
This is the business class for the object BusinessClass
Constructor Summary | |
---|---|
BusinessClass()
|
Method Summary | |
---|---|
List<Attribute> |
getAttributes()
Returns the collection of attributes |
String |
getBusinessClass()
Returns the BusinessClass |
String |
getBusinessClassCapsFirst()
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 |
getInstanceName()
Returns the InstanceName |
String |
getPrimaryKey()
Fetches the attributes which represents the identifier of the business class |
String |
getPrimaryKeyName()
Fetches the primary key |
void |
setAttributes(List<Attribute> listAttributes)
Sets the list of attributes associated to 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 BusinessClass()
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 setAttributes(List<Attribute> listAttributes)
listAttributes
- The collection of attributes associated to the
classpublic List<Attribute> getAttributes()
public 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()
public String getPrimaryKeyName()
public String getBusinessClassCapsFirst()
public String getInstanceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |