Class Project

All Implemented Interfaces:
Serializable

public class Project extends Comet3Entity

Java Interface for manifest complex type. For internal use only

See Also:
  • Constructor Details

    • Project

      public Project()
      Instantiates a new Project.
    • Project

      public Project(int id)
      Instantiates a new Project.
      Parameters:
      id - the id
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getIdentifier

      public String getIdentifier()
      Returns:
      the identifier
    • setIdentifier

      public void setIdentifier(String identifier)
      Parameters:
      identifier - the identifier to set
    • getLastConfigChange

      public Date getLastConfigChange()
      Returns:
      the lastConfigChange
    • setLastConfigChange

      public void setLastConfigChange(Date lastConfigChange)
      Parameters:
      lastConfigChange - the lastConfigChange to set
    • getUptime

      public Date getUptime()
      Returns:
      the uptime
    • setUptime

      public void setUptime(Date uptime)
      Parameters:
      uptime - the uptime to set
    • getProperties

      public List<Project.Property> getProperties()
      Returns:
      the properties
    • setProperties

      public void setProperties(List<Project.Property> properties)
      Parameters:
      properties - the properties to set