com.github.bean
Class Job

java.lang.Object
  extended by com.github.bean.Job
All Implemented Interfaces:
android.os.Parcelable

public class Job
extends Object
implements android.os.Parcelable

Author:
cristian

Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
 
Field Summary
static android.os.Parcelable.Creator<Job> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
Job()
           
 
Method Summary
 int describeContents()
           
 boolean equals(Object o)
           
 String getCompany()
           
 String getCompanyLogo()
           
 String getCompanyUrl()
           
 String getCreatedAt()
           
 String getDescription()
           
 String getHowToApply()
           
 String getId()
           
 String getLocation()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 int hashCode()
           
 void setCompany(String company)
           
 void setCompanyLogo(String companyLogo)
           
 void setCompanyUrl(String companyUrl)
           
 void setCreatedAt(String createdAt)
           
 void setDescription(String description)
           
 void setHowToApply(String howToApply)
           
 void setId(String id)
           
 void setLocation(String location)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setUrl(String url)
           
 String toString()
           
 void writeToParcel(android.os.Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATOR

public static final android.os.Parcelable.Creator<Job> CREATOR
Constructor Detail

Job

public Job()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getCompanyLogo

public String getCompanyLogo()

setCompanyLogo

public void setCompanyLogo(String companyLogo)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getCompany

public String getCompany()

setCompany

public void setCompany(String company)

getHowToApply

public String getHowToApply()

setHowToApply

public void setHowToApply(String howToApply)

getCreatedAt

public String getCreatedAt()

setCreatedAt

public void setCreatedAt(String createdAt)

getType

public String getType()

setType

public void setType(String type)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getCompanyUrl

public String getCompanyUrl()

setCompanyUrl

public void setCompanyUrl(String companyUrl)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface android.os.Parcelable

writeToParcel

public void writeToParcel(android.os.Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable


Copyright © 2012-2013. All Rights Reserved.