fr.paris.lutece.plugins.phraseanet.dto.recordtype
Class RecordTypeDTO

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.dto.recordtype.RecordTypeDTO

public class RecordTypeDTO
extends Object

DTO to display record type with icon


Constructor Summary
RecordTypeDTO()
           
 
Method Summary
 String getIcon()
           
 int getId()
           
 String getName()
           
 void setIcon(String strIcon)
           
 void setId(int nId)
           
 void setName(String strName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordTypeDTO

public RecordTypeDTO()
Method Detail

getId

public int getId()
Returns:
the _nId

setId

public void setId(int nId)
Parameters:
nId - the _nId to set

getName

public String getName()
Returns:
the _strName

setName

public void setName(String strName)
Parameters:
strName - the _strName to set

getIcon

public String getIcon()
Returns:
the _strIcon

setIcon

public void setIcon(String strIcon)
Parameters:
strIcon - the _strIcon to set


Copyright © 2013 Mairie de Paris. All Rights Reserved.