fr.cnes.sitools.dataset.view.model
Class DatasetView

java.lang.Object
  extended by fr.cnes.sitools.dataset.view.model.DatasetView
All Implemented Interfaces:
IResource

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

Form component class

Author:
AKKA

Constructor Summary
DatasetView()
          Basic Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Dependencies getDependencies()
          Gets the dependencies value
 java.lang.String getDescription()
          Gets the description value
 java.lang.String getFileUrl()
          Gets the fileUrl value
 java.lang.String getId()
          Resource identifier
 java.lang.String getImageUrl()
          Gets the imageUrl value
 java.lang.String getJsObject()
          Gets the jsObject value
 java.lang.String getName()
          Gets the name value
 java.lang.Integer getPriority()
          Gets the priority value
 int hashCode()
           
 void setDependencies(Dependencies dependencies)
          Sets the value of dependencies
 void setDescription(java.lang.String description)
          Sets the value of description
 void setFileUrl(java.lang.String fileUrl)
          Sets the value of fileUrl
 void setId(java.lang.String id)
          Resource identifier setting
 void setImageUrl(java.lang.String imageUrl)
          Sets the value of imageUrl
 void setJsObject(java.lang.String jsObject)
          Sets the value of jsObject
 void setName(java.lang.String name)
          Sets the value of name
 void setPriority(java.lang.Integer priority)
          Sets the value of priority
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetView

public DatasetView()
Basic Constructor

Method Detail

getJsObject

public java.lang.String getJsObject()
Gets the jsObject value

Returns:
the jsObject

setJsObject

public void setJsObject(java.lang.String jsObject)
Sets the value of jsObject

Parameters:
jsObject - the jsObject to set

getFileUrl

public java.lang.String getFileUrl()
Gets the fileUrl value

Returns:
the fileUrl

setFileUrl

public void setFileUrl(java.lang.String fileUrl)
Sets the value of fileUrl

Parameters:
fileUrl - the fileUrl to set

getImageUrl

public java.lang.String getImageUrl()
Gets the imageUrl value

Returns:
the imageUrl

setImageUrl

public void setImageUrl(java.lang.String imageUrl)
Sets the value of imageUrl

Parameters:
imageUrl - the imageUrl 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

getName

public java.lang.String getName()
Gets the name value

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description value

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getDependencies

public Dependencies getDependencies()
Gets the dependencies value

Returns:
the dependencies

setDependencies

public void setDependencies(Dependencies dependencies)
Sets the value of dependencies

Parameters:
dependencies - the dependencies to set

getId

public java.lang.String getId()
Description copied from interface: IResource
Resource identifier

Specified by:
getId in interface IResource
Returns:
String

setId

public void setId(java.lang.String id)
Description copied from interface: IResource
Resource identifier setting

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010-2013 CNES. All Rights Reserved.