Package flexagon.fd.model.pojos.project
Class ProjectPackagePojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.project.ProjectPackagePojo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetPackageId(Long pPackageId) voidsetPackageName(String pPackageName) voidsetProjectId(Long pProjectId) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
ProjectPackagePojo
-
ProjectPackagePojo
public ProjectPackagePojo()
-
-
Method Details
-
setProjectId
-
getProjectId
-
setPackageName
-
getPackageName
-
setPackageId
-
getPackageId
-
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-