|
||||||||||
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.Feature
public class Feature
This is the business class for the object Feature
Constructor Summary | |
---|---|
Feature()
|
Method Summary | |
---|---|
String |
getFeatureDescription()
Returns the FeatureDescription |
String |
getFeatureLevel()
Returns the FeatureLevel |
String |
getFeatureName()
Returns the Feature name |
String |
getFeatureRight()
Returns the FeatureId |
String |
getFeatureTitle()
Returns the FeatureTitle |
int |
getId()
Returns the Id |
String |
getJspName()
Returns the JspName |
void |
setFeatureDescription(String strFeatureDescription)
Sets the FeatureDescription |
void |
setFeatureLevel(String strFeatureLevel)
Sets the FeatureLevel |
void |
setFeatureName(String strFeatureName)
Sets the FeatureName |
void |
setFeatureRight(String strFeatureRight)
Sets the Feature right |
void |
setFeatureTitle(String strFeatureTitle)
Sets the FeatureTitle |
void |
setId(int nId)
Sets the nIdFeature |
void |
setJspName(String strJspName)
Sets the JspName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Feature()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- The IdFeaturepublic String getFeatureRight()
public void setFeatureRight(String strFeatureRight)
strFeatureRight
- The Feature rightpublic String getFeatureTitle()
public void setFeatureTitle(String strFeatureTitle)
strFeatureTitle
- The FeatureTitlepublic String getFeatureLevel()
public void setFeatureLevel(String strFeatureLevel)
strFeatureLevel
- The FeatureLevelpublic String getFeatureName()
public void setFeatureName(String strFeatureName)
strFeatureName
- The Feature namepublic String getFeatureDescription()
public void setFeatureDescription(String strFeatureDescription)
strFeatureDescription
- The FeatureDescriptionpublic String getJspName()
public void setJspName(String strJspName)
strJspName
- The JspName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |