|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.components.model.FormComponent
public final class FormComponent
Form component class
Constructor Summary | |
---|---|
FormComponent()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getComponentDefaultHeight()
Get the default height |
java.lang.String |
getComponentDefaultWidth()
Get the default width |
java.lang.String |
getDescription()
Resource description |
java.lang.String |
getFileUrlAdmin()
Gets the fileUrlAdmin value |
java.lang.String |
getFileUrlUser()
Gets the fileUrlUser value |
java.lang.String |
getId()
Get the ID |
java.lang.String |
getImageUrl()
Get the imageUrl |
java.lang.String |
getJsAdminObject()
Get the JS object |
java.lang.String |
getJsUserObject()
Gets the jsUserObject value |
java.lang.String |
getName()
Resource name |
java.lang.Integer |
getPriority()
Gets the priority value |
java.lang.String |
getType()
Get the type |
void |
setComponentDefaultHeight(java.lang.String componentDefaultHeight)
Set the default height |
void |
setComponentDefaultWidth(java.lang.String componentDefaultWidth)
Set the default height |
void |
setFileUrlAdmin(java.lang.String fileUrlAdmin)
Sets the value of fileUrlAdmin |
void |
setFileUrlUser(java.lang.String fileUrlUser)
Sets the value of fileUrlUser |
void |
setId(java.lang.String id)
Set the ID |
void |
setImageUrl(java.lang.String imageUrl)
Set the imageUrl |
void |
setJsAdminObject(java.lang.String javascriptObject)
Set the JS object |
void |
setJsUserObject(java.lang.String jsUserObject)
Sets the value of jsUserObject |
void |
setPriority(java.lang.Integer priority)
Sets the value of priority |
void |
setType(java.lang.String type)
Set the type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormComponent()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getJsAdminObject()
public void setJsAdminObject(java.lang.String javascriptObject)
javascriptObject
- the jsAdminObject to setpublic java.lang.String getComponentDefaultHeight()
public void setComponentDefaultHeight(java.lang.String componentDefaultHeight)
componentDefaultHeight
- the componentDefaultHeight to setpublic java.lang.String getComponentDefaultWidth()
public void setComponentDefaultWidth(java.lang.String componentDefaultWidth)
componentDefaultWidth
- the componentDefaultWidth to setpublic java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
imageUrl
- the imageUrl to setpublic java.lang.String getName()
IResource
getName
in interface IResource
public java.lang.String getDescription()
IResource
getDescription
in interface IResource
public java.lang.String getJsUserObject()
public void setJsUserObject(java.lang.String jsUserObject)
jsUserObject
- the jsUserObject to setpublic java.lang.String getFileUrlAdmin()
public void setFileUrlAdmin(java.lang.String fileUrlAdmin)
fileUrlAdmin
- the fileUrlAdmin to setpublic java.lang.String getFileUrlUser()
public void setFileUrlUser(java.lang.String fileUrlUser)
fileUrlUser
- the fileUrlUser to setpublic java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
priority
- the priority to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |