fr.paris.lutece.plugins.form.business
Class EntryType

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.EntryType

public class EntryType
extends java.lang.Object

class entryType


Constructor Summary
EntryType()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.Boolean getComment()
           
 java.lang.Boolean getGroup()
           
 int getIdType()
           
 java.lang.Boolean getMyLuteceUser()
           
 java.lang.String getTitle()
           
 void setClassName(java.lang.String className)
          set the path for acces to the Class Entry
 void setComment(java.lang.Boolean isComment)
           
 void setGroup(java.lang.Boolean isGroup)
          set true if the type is a group
 void setIdType(int idType)
          set the id of the entry type
 void setMyLuteceUser(java.lang.Boolean isMyLuteceUser)
           
 void setTitle(java.lang.String title)
          set the title of the entry type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryType

public EntryType()
Method Detail

getIdType

public int getIdType()
Returns:
the id of the entry type

setIdType

public void setIdType(int idType)
set the id of the entry type

Parameters:
idType - the id of the entry type

getGroup

public java.lang.Boolean getGroup()
Returns:
true if the type is a group

setGroup

public void setGroup(java.lang.Boolean isGroup)
set true if the type is a group

Parameters:
isGroup - if the type is a group

getTitle

public java.lang.String getTitle()
Returns:
the title of the entry type

setTitle

public void setTitle(java.lang.String title)
set the title of the entry type

Parameters:
title - the title of the entry type

getClassName

public java.lang.String getClassName()
Returns:
the path for acces to the Classe Entry

setClassName

public void setClassName(java.lang.String className)
set the path for acces to the Class Entry

Parameters:
className - the path for acces to the Class Entry

getComment

public java.lang.Boolean getComment()
Returns:
true if the type is a comment

setComment

public void setComment(java.lang.Boolean isComment)
Parameters:
isComment - set true if the type is a comment

getMyLuteceUser

public java.lang.Boolean getMyLuteceUser()
Returns:
true if the type is mylutece user

setMyLuteceUser

public void setMyLuteceUser(java.lang.Boolean isMyLuteceUser)
Parameters:
isMyLuteceUser - set true if the type is mylutece user


Copyright © 2012 Mairie de Paris. All Rights Reserved.