|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.view.model.DatasetView
public final class DatasetView
Form component class
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 |
---|
public DatasetView()
Method Detail |
---|
public java.lang.String getJsObject()
public void setJsObject(java.lang.String jsObject)
jsObject
- the jsObject to setpublic java.lang.String getFileUrl()
public void setFileUrl(java.lang.String fileUrl)
fileUrl
- the fileUrl to setpublic java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
imageUrl
- the imageUrl to setpublic java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
priority
- the priority to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic Dependencies getDependencies()
public void setDependencies(Dependencies dependencies)
dependencies
- the dependencies to setpublic java.lang.String getId()
IResource
getId
in interface IResource
public void setId(java.lang.String id)
IResource
setId
in interface IResource
id
- the identifier to setpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |