fr.paris.lutece.plugins.document.business.category
Class Category

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.category.Category
All Implemented Interfaces:
fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

public class Category
extends java.lang.Object
implements fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

This class defines the Category business object.


Constructor Summary
Category()
           
 
Method Summary
 java.lang.String getDescription()
           
 byte[] getIconContent()
           
 java.lang.String getIconMimeType()
           
 int getId()
           
 java.lang.String getName()
           
 java.lang.String getWorkgroup()
           
 void setDescription(java.lang.String strDescription)
           
 void setIconContent(byte[] byteIconContent)
           
 void setIconMimeType(java.lang.String strIconMimeType)
           
 void setId(int nId)
           
 void setName(java.lang.String strName)
           
 void setWorkgroup(java.lang.String workGroup)
          set the work group associate to the category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

getIconContent

public byte[] getIconContent()
Returns:
the _byteIconContent

setIconContent

public void setIconContent(byte[] byteIconContent)
Parameters:
byteIconContent - the _byteIconContent to set

getDescription

public java.lang.String getDescription()
Returns:
the _strDescription

setDescription

public void setDescription(java.lang.String strDescription)
Parameters:
strDescription - the _strDescription to set

getIconMimeType

public java.lang.String getIconMimeType()
Returns:
the _strIconMimeType

setIconMimeType

public void setIconMimeType(java.lang.String strIconMimeType)
Parameters:
strIconMimeType - the _strIconMimeType to set

getName

public java.lang.String getName()
Returns:
the _strName

setName

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

getId

public int getId()
Returns:
the _nId

setId

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

getWorkgroup

public java.lang.String getWorkgroup()
Specified by:
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Returns:
the work group associate to the category

setWorkgroup

public void setWorkgroup(java.lang.String workGroup)
set the work group associate to the category

Parameters:
workGroup - the work group associate to the category


Copyright © 2009 Mairie de Paris. All Rights Reserved.