|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object models.EisListItem
public class EisListItem
short info about eis object (photo or video or ...)
Constructor Summary | |
---|---|
EisListItem()
empty constructor |
|
EisListItem(java.lang.String url,
EisType type)
constructor |
Method Summary | |
---|---|
java.lang.Boolean |
getAsUrl()
|
java.lang.String |
getFileName()
|
EisType |
getType()
|
java.lang.String |
getUrl()
|
void |
setAsUrl(java.lang.Boolean asUrl)
|
void |
setFileName(java.lang.String fileName)
set file name |
void |
setType(EisType type)
set type of object |
void |
setUrl(java.lang.String url)
set url to object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EisListItem()
public EisListItem(java.lang.String url, EisType type)
url
- url stringtype
- object typeMethod Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- url stringpublic EisType getType()
public void setType(EisType type)
type
- photo or video or audio or filepublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- string namepublic java.lang.Boolean getAsUrl()
public void setAsUrl(java.lang.Boolean asUrl)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |