-
- All Implemented Interfaces:
-
java.lang.Cloneable
public class UserToB implements Cloneable
ToB user extra VO
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
hasDelJob
private boolean
asInitialPassword
private long
gmtDelJobCreate
public final static Creator<UserToB>
CREATOR
-
Constructor Summary
Constructors Constructor Description UserToB()
-
Method Summary
Modifier and Type Method Description void
setHasDelJob(boolean hasDelJob)
void
setAsInitialPassword(boolean asInitialPassword)
long
getGmtDelJobCreate()
void
setGmtDelJobCreate(long gmtDelJobCreate)
boolean
isHasDelJob()
boolean
isAsInitialPassword()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
setHasDelJob
void setHasDelJob(boolean hasDelJob)
-
setAsInitialPassword
void setAsInitialPassword(boolean asInitialPassword)
-
getGmtDelJobCreate
long getGmtDelJobCreate()
-
setGmtDelJobCreate
void setGmtDelJobCreate(long gmtDelJobCreate)
-
isHasDelJob
boolean isHasDelJob()
-
isAsInitialPassword
boolean isAsInitialPassword()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-