com.github.bean
Class Job
java.lang.Object
com.github.bean.Job
- All Implemented Interfaces:
- android.os.Parcelable
public class Job
- extends Object
- implements android.os.Parcelable
- Author:
- cristian
| 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()
|
CREATOR
public static final android.os.Parcelable.Creator<Job> CREATOR
Job
public Job()
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. All Rights Reserved.