|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.upload.Upload.File
public class Upload.File
An inner class that contains the remaining properties of Upload.
Field Summary | |
---|---|
java.lang.String |
description
|
java.lang.String |
name
|
java.lang.String |
tinyUrl
|
java.lang.String |
type
|
java.lang.String |
url
|
java.lang.String |
userName
|
Constructor Summary | |
---|---|
Upload.File()
This is constructor that take no parameters |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the Upload File. |
java.lang.String |
getName()
Returns the name of the File. |
java.lang.String |
getTinyUrl()
Returns the tinyUrl of the Upload File. |
java.lang.String |
getType()
Returns the type of the Upload File. |
java.lang.String |
getUrl()
Returns the url of the Upload File. |
java.lang.String |
getUserName()
Returns the name of the User. |
void |
setDescription(java.lang.String description)
Sets the description of the upload file. |
void |
setName(java.lang.String name)
Sets the name of the file. |
void |
setTinyUrl(java.lang.String tinyUrl)
TinyUrl of the upload file. |
void |
setType(java.lang.String type)
Sets the type of the file to be uploaded. |
void |
setUrl(java.lang.String url)
Url of the upload file. |
void |
setUserName(java.lang.String userName)
Sets the name of the User for upload file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String description
public java.lang.String name
public java.lang.String tinyUrl
public java.lang.String type
public java.lang.String url
public java.lang.String userName
Constructor Detail |
---|
public Upload.File()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getTinyUrl()
public java.lang.String getType()
public java.lang.String getUrl()
public java.lang.String getUserName()
public void setDescription(java.lang.String description)
description
- - Description of the file to be uploadedpublic void setName(java.lang.String name)
name
- - name of the filepublic void setTinyUrl(java.lang.String tinyUrl)
tinyUrl
- - TinyUrl of the file which has to be uploadedpublic void setType(java.lang.String type)
type
- - The type of the file. File can be either Audio, Video,
Image, csv or other Use the static constants e.g.
Upload.AUDIO, Upload.XML etc.public void setUrl(java.lang.String url)
url
- - Url of the file which has to be uploadedpublic void setUserName(java.lang.String userName)
userName
- - Name of the User for which file has to be saved
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |