|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.record.Metadata
public class Metadata
This is the business class for the object Metadata
Constructor Summary | |
---|---|
Metadata()
|
Method Summary | |
---|---|
int |
getMetaId()
Returns the MetaId |
int |
getMetaStructureId()
Returns the MetaStructureId |
String |
getName()
Returns the Name |
String |
getValue()
Returns the Value |
void |
setMetaId(int nMetaId)
Sets the MetaId |
void |
setMetaStructureId(int nMetaStructureId)
Sets the MetaStructureId |
void |
setName(String strName)
Sets the Name |
void |
setValue(String strValue)
Sets the Value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Metadata()
Method Detail |
---|
public int getMetaId()
public void setMetaId(int nMetaId)
nMetaId
- The MetaIdpublic int getMetaStructureId()
public void setMetaStructureId(int nMetaStructureId)
nMetaStructureId
- The MetaStructureIdpublic String getName()
public void setName(String strName)
strName
- The Namepublic String getValue()
public void setValue(String strValue)
strValue
- The Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |