|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.service.storage.model.StorageDirectory
public final class StorageDirectory
Storage directory
Constructor Summary | |
---|---|
StorageDirectory()
|
Method Summary | |
---|---|
java.lang.String |
getAttachUrl()
Get the attachment URL |
java.lang.String |
getAuthorizerId()
Gets the authorizerId value |
java.lang.String |
getDescription()
Resource description |
java.lang.String |
getId()
Resource identifier |
java.lang.String |
getLocalPath()
Get the local path of the storage |
java.lang.String |
getName()
Resource name |
java.lang.String |
getPublicUrl()
Get the public URL associated with the directory |
java.lang.String |
getStatus()
Get the status |
boolean |
isDeeplyAccessible()
Indicates if the directory is deeply accessible |
boolean |
isIndexed()
Gets the indexed value |
boolean |
isListingAllowed()
Indicates if the listing is allowed |
boolean |
isModifiable()
Indicates if the directory is modifiable |
void |
setAttachUrl(java.lang.String attachUrl)
Set the attachment URL |
void |
setAuthorizerId(java.lang.String authorizerId)
Sets the value of authorizerId |
void |
setDeeplyAccessible(boolean deeplyAccessible)
Set if the directory is deeply accessible |
void |
setDescription(java.lang.String description)
Set the description of the directory |
void |
setId(java.lang.String id)
Set the id of the directory |
void |
setIndexed(boolean indexed)
Sets the value of indexed |
void |
setListingAllowed(boolean listingAllowed)
Set if the listing is allowed on the directory |
void |
setLocalPath(java.lang.String localPath)
Set the local path of the storage |
void |
setModifiable(boolean modifiable)
Set if the directory is modifiable |
void |
setName(java.lang.String name)
Set the name of the directory |
void |
setPublicUrl(java.lang.String publicUrl)
Set the public URL of the directory |
void |
setStatus(java.lang.String status)
Set the status |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StorageDirectory()
Method Detail |
---|
public java.lang.String getId()
IResource
getId
in interface IResource
getId
in interface Persistent
public java.lang.String getName()
IResource
getName
in interface IResource
public java.lang.String getDescription()
IResource
getDescription
in interface IResource
public java.lang.String getLocalPath()
public void setLocalPath(java.lang.String localPath)
localPath
- the localPath to setpublic java.lang.String getPublicUrl()
public void setPublicUrl(java.lang.String publicUrl)
publicUrl
- the publicUrl to setpublic void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic void setName(java.lang.String name)
name
- the name to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic boolean isDeeplyAccessible()
public void setDeeplyAccessible(boolean deeplyAccessible)
deeplyAccessible
- the deeplyAccessible to setpublic boolean isListingAllowed()
public void setListingAllowed(boolean listingAllowed)
listingAllowed
- the listingAllowed to setpublic boolean isModifiable()
public void setModifiable(boolean modifiable)
modifiable
- the modifiable to setpublic void setAttachUrl(java.lang.String attachUrl)
attachUrl
- the attachUrl to setpublic java.lang.String getAttachUrl()
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.String getAuthorizerId()
public void setAuthorizerId(java.lang.String authorizerId)
authorizerId
- the authorizerId to setpublic boolean isIndexed()
public void setIndexed(boolean indexed)
indexed
- the indexed to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |