fr.paris.lutece.plugins.phraseanet.business.record
Class Metadata

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.record.Metadata

public class Metadata
extends Object

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

Metadata

public Metadata()
Method Detail

getMetaId

public int getMetaId()
Returns the MetaId

Returns:
The MetaId

setMetaId

public void setMetaId(int nMetaId)
Sets the MetaId

Parameters:
nMetaId - The MetaId

getMetaStructureId

public int getMetaStructureId()
Returns the MetaStructureId

Returns:
The MetaStructureId

setMetaStructureId

public void setMetaStructureId(int nMetaStructureId)
Sets the MetaStructureId

Parameters:
nMetaStructureId - The MetaStructureId

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getValue

public String getValue()
Returns the Value

Returns:
The Value

setValue

public void setValue(String strValue)
Sets the Value

Parameters:
strValue - The Value


Copyright © 2013 Mairie de Paris. All Rights Reserved.