|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.Field
public class Field
class Field
Constructor Summary | |
---|---|
Field()
|
Method Summary | |
---|---|
IEntry |
getEntry()
|
int |
getHeight()
|
int |
getIdField()
|
int |
getMaxSizeEnter()
|
int |
getPosition()
|
java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> |
getRegularExpressionList()
|
java.lang.String |
getRoleKey()
Gets the field role |
java.lang.String |
getTitle()
|
java.lang.String |
getValue()
|
java.util.Date |
getValueTypeDate()
|
int |
getWidth()
|
java.lang.String |
getWorkgroup()
|
boolean |
isDefaultValue()
|
void |
setDefaultValue(boolean defaultValue)
set true if the field is a default field of the entry |
void |
setEntry(IEntry entry)
set the entry of the field |
void |
setHeight(int height)
set the height of the field |
void |
setIdField(int idField)
set the id of the field |
void |
setMaxSizeEnter(int maxSizeEnter)
set the max size of enter user |
void |
setPosition(int position)
set the position of the field in the list of the entry's fields |
void |
setRegularExpressionList(java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> regularExpressionList)
set a list of regular expression which is associate to the field |
void |
setRoleKey(java.lang.String strRole)
Sets the field's role |
void |
setTitle(java.lang.String title)
set the title of the field |
void |
setValue(java.lang.String value)
set the value of the field |
void |
setValueTypeDate(java.util.Date defaultValueTypeDate)
set the value of type Date |
void |
setWidth(int width)
set the width of the field |
void |
setWorkgroup(java.lang.String workGroup)
set the work group associate to the field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Field()
Method Detail |
---|
public int getIdField()
public void setIdField(int idField)
idField
- the id of the fieldpublic int getPosition()
public void setPosition(int position)
position
- the position of the field in the list of fieldspublic IEntry getEntry()
public void setEntry(IEntry entry)
entry
- the entry of the fieldpublic java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> getRegularExpressionList()
public void setRegularExpressionList(java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> regularExpressionList)
regularExpressionList
- a list of regular expression which is associate to the fieldpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the fieldpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the fieldpublic int getWidth()
public void setWidth(int width)
width
- the width of the fieldpublic int getHeight()
public void setHeight(int height)
height
- the height of the fieldpublic boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
defaultValue
- true if the field is a default field of the entrypublic int getMaxSizeEnter()
public void setMaxSizeEnter(int maxSizeEnter)
maxSizeEnter
- the max size of enter userpublic java.util.Date getValueTypeDate()
public void setValueTypeDate(java.util.Date defaultValueTypeDate)
defaultValueTypeDate
- the value of type Datepublic java.lang.String getRoleKey()
public void setRoleKey(java.lang.String strRole)
strRole
- The rolepublic java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(java.lang.String workGroup)
workGroup
- the work group associate to the field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |