public class WorkspaceContentDV extends Object implements Serializable
| Constructor and Description |
|---|
WorkspaceContentDV()
Instantiates a new workspace content DV.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCliendId()
Gets the cliend id.
|
Long |
getId()
Gets the id.
|
String |
getLink()
Gets the link.
|
String |
getMimetype()
Gets the mimetype.
|
String |
getName()
Gets the name.
|
String |
getStorageID()
Gets the storage ID.
|
void |
setCliendId(Integer cliendId)
Sets the cliend id.
|
void |
setId(Long id)
Sets the id.
|
void |
setLink(String link)
Sets the link.
|
void |
setMimetype(String mimetype)
Sets the mimetype.
|
void |
setName(String name)
Sets the name.
|
void |
setStorageID(String storageID)
Sets the storage ID.
|
String |
toString()
To string.
|
public WorkspaceContentDV()
public Long getId()
public void setId(Long id)
id - the new idpublic String getMimetype()
public void setMimetype(String mimetype)
mimetype - the new mimetypepublic String getStorageID()
public void setStorageID(String storageID)
storageID - the new storage IDpublic String getLink()
public void setLink(String link)
link - the new linkpublic String getName()
public void setName(String name)
name - the new namepublic Integer getCliendId()
public void setCliendId(Integer cliendId)
cliendId - the new cliend idCopyright © 2022. All Rights Reserved.