Class ReleaseProjectDefinition

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.ReleaseProjectDefinition
All Implemented Interfaces:
Serializable

public class ReleaseProjectDefinition extends BasePOJO
See Also:
  • Constructor Details

    • ReleaseProjectDefinition

      public ReleaseProjectDefinition()
    • ReleaseProjectDefinition

      public ReleaseProjectDefinition(Long projectId, Long streamId, String packageName)
  • Method Details

    • setProjectName

      public void setProjectName(String pProjectName)
    • getProjectId

      public Long getProjectId()
    • getProjectStreamId

      public Long getProjectStreamId()
    • getPackageName

      public String getPackageName()
    • equals

      public boolean equals(Object pObj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object