models
Class EisListItem

java.lang.Object
  extended by models.EisListItem

public class EisListItem
extends java.lang.Object

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

EisListItem

public EisListItem()
empty constructor


EisListItem

public EisListItem(java.lang.String url,
                   EisType type)
constructor

Parameters:
url - url string
type - object type
Method Detail

getUrl

public java.lang.String getUrl()
Returns:
url to object of empty string

setUrl

public void setUrl(java.lang.String url)
set url to object

Parameters:
url - url string

getType

public EisType getType()
Returns:
type of object: photo, video, audio, file

setType

public void setType(EisType type)
set type of object

Parameters:
type - photo or video or audio or file

getFileName

public java.lang.String getFileName()
Returns:
file name

setFileName

public void setFileName(java.lang.String fileName)
set file name

Parameters:
fileName - string name

getAsUrl

public java.lang.Boolean getAsUrl()

setAsUrl

public void setAsUrl(java.lang.Boolean asUrl)