com.elibom.client
Class Schedule

java.lang.Object
  extended by com.elibom.client.Schedule

public class Schedule
extends Object

Author:
German Escobar

Constructor Summary
Schedule(org.json.JSONObject json)
           
 
Method Summary
 Date getCreatedAt()
           
 String getDestinations()
           
 String getFileName()
           
 long getId()
           
 Date getScheduledAt()
           
 String getStatus()
           
 String getText()
           
 long getUserId()
           
 boolean isFile()
           
 boolean isFileHasText()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Schedule

public Schedule(org.json.JSONObject json)
         throws org.json.JSONException,
                ParseException
Throws:
org.json.JSONException
ParseException
Method Detail

getId

public long getId()

getUserId

public long getUserId()

getScheduledAt

public Date getScheduledAt()

getCreatedAt

public Date getCreatedAt()

getStatus

public String getStatus()

isFile

public boolean isFile()

getFileName

public String getFileName()

isFileHasText

public boolean isFileHasText()

getText

public String getText()

getDestinations

public String getDestinations()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.