fr.cnes.sitools.form.components.model
Class FormComponent

java.lang.Object
  extended by fr.cnes.sitools.form.components.model.FormComponent
All Implemented Interfaces:
IResource

public final class FormComponent
extends java.lang.Object
implements IResource

Form component class

Author:
AKKA

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

FormComponent

public FormComponent()
Constructor

Method Detail

getId

public java.lang.String getId()
Get the ID

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Set the ID

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getType

public java.lang.String getType()
Get the type

Returns:
the type

setType

public void setType(java.lang.String type)
Set the type

Parameters:
type - the type to set

getJsAdminObject

public java.lang.String getJsAdminObject()
Get the JS object

Returns:
the jsAdminObject

setJsAdminObject

public void setJsAdminObject(java.lang.String javascriptObject)
Set the JS object

Parameters:
javascriptObject - the jsAdminObject to set

getComponentDefaultHeight

public java.lang.String getComponentDefaultHeight()
Get the default height

Returns:
the componentDefaultHeight

setComponentDefaultHeight

public void setComponentDefaultHeight(java.lang.String componentDefaultHeight)
Set the default height

Parameters:
componentDefaultHeight - the componentDefaultHeight to set

getComponentDefaultWidth

public java.lang.String getComponentDefaultWidth()
Get the default width

Returns:
the componentDefaultWidth

setComponentDefaultWidth

public void setComponentDefaultWidth(java.lang.String componentDefaultWidth)
Set the default height

Parameters:
componentDefaultWidth - the componentDefaultWidth to set

getImageUrl

public java.lang.String getImageUrl()
Get the imageUrl

Returns:
the imageUrl

setImageUrl

public void setImageUrl(java.lang.String imageUrl)
Set the imageUrl

Parameters:
imageUrl - the imageUrl to set

getName

public java.lang.String getName()
Description copied from interface: IResource
Resource name

Specified by:
getName in interface IResource
Returns:
String

getDescription

public java.lang.String getDescription()
Description copied from interface: IResource
Resource description

Specified by:
getDescription in interface IResource
Returns:
String

getJsUserObject

public java.lang.String getJsUserObject()
Gets the jsUserObject value

Returns:
the jsUserObject

setJsUserObject

public void setJsUserObject(java.lang.String jsUserObject)
Sets the value of jsUserObject

Parameters:
jsUserObject - the jsUserObject to set

getFileUrlAdmin

public java.lang.String getFileUrlAdmin()
Gets the fileUrlAdmin value

Returns:
the fileUrlAdmin

setFileUrlAdmin

public void setFileUrlAdmin(java.lang.String fileUrlAdmin)
Sets the value of fileUrlAdmin

Parameters:
fileUrlAdmin - the fileUrlAdmin to set

getFileUrlUser

public java.lang.String getFileUrlUser()
Gets the fileUrlUser value

Returns:
the fileUrlUser

setFileUrlUser

public void setFileUrlUser(java.lang.String fileUrlUser)
Sets the value of fileUrlUser

Parameters:
fileUrlUser - the fileUrlUser to set

getPriority

public java.lang.Integer getPriority()
Gets the priority value

Returns:
the priority

setPriority

public void setPriority(java.lang.Integer priority)
Sets the value of priority

Parameters:
priority - the priority to set


Copyright © 2010-2013 CNES. All Rights Reserved.