Class ProjectView

java.lang.Object
de.xima.fc.inbox.model.ProjectView
All Implemented Interfaces:
Serializable

public class ProjectView extends Object implements Serializable
POJO view for selecting some attributes of a Projekt in the inbox.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ProjectView

      public ProjectView(long id, String title)
  • Method Details

    • getId

      public Long getId()
    • getTitle

      public String getTitle()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object