|
||||||||||
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.ResourceKey
public class ResourceKey
This is the business class for the object ResourceKey
Constructor Summary | |
---|---|
ResourceKey()
|
Method Summary | |
---|---|
java.lang.String |
getEnglishLocale()
Returns the EnglishLocale |
java.lang.String |
getFrenchLocale()
Returns the FrenchLocale |
int |
getIdPlugin()
Returns the IdPlugin |
int |
getIdResourceKey()
Returns the IdResourceKey |
java.lang.String |
getMarkerIdentifier()
Returns the MarkerIdentifier |
void |
setEnglishLocale(java.lang.String strEnglishLocale)
Sets the EnglishLocale |
void |
setFrenchLocale(java.lang.String strFrenchLocale)
Sets the FrenchLocale |
void |
setIdPlugin(int nIdPlugin)
Sets the IdPlugin |
void |
setIdResourceKey(int nIdResourceKey)
Sets the IdResourceKey |
void |
setMarkerIdentifier(java.lang.String strMarkerIdentifier)
Sets the MarkerIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceKey()
Method Detail |
---|
public int getIdResourceKey()
public void setIdResourceKey(int nIdResourceKey)
nIdResourceKey
- The IdResourceKeypublic int getIdPlugin()
public void setIdPlugin(int nIdPlugin)
nIdPlugin
- The IdPluginpublic java.lang.String getMarkerIdentifier()
public void setMarkerIdentifier(java.lang.String strMarkerIdentifier)
strMarkerIdentifier
- The MarkerIdentifierpublic java.lang.String getEnglishLocale()
public void setEnglishLocale(java.lang.String strEnglishLocale)
strEnglishLocale
- The EnglishLocalepublic java.lang.String getFrenchLocale()
public void setFrenchLocale(java.lang.String strFrenchLocale)
strFrenchLocale
- The FrenchLocale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |