Package flexagon.fd.model2.pojo
Class LicensedUserPojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.LicensedUserPojo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicensedUserPojo(String pUserName, String pEmail, Timestamp pLastActivityOn, String pUserType) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()inthashCode()voidvoidsetLastActivityOn(Timestamp pLastActivityOn) voidsetUserName(String pUserName) voidsetUserType(String pUserType) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
LicensedUserPojo
public LicensedUserPojo() -
LicensedUserPojo
-
-
Method Details
-
setUserName
-
getUserName
-
setEmail
-
getEmail
-
setLastActivityOn
-
getLastActivityOn
-
equals
-
hashCode
public int hashCode() -
setUserType
-
getUserType
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-