Class Project


  • public class Project
    extends step.core.accessors.AbstractOrganizableObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String entityName  
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      Project()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ProjectMembership> getMembers()  
      boolean isGlobal()  
      void setGlobal​(boolean global)  
      void setMembers​(java.util.List<ProjectMembership> members)  
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • isGlobal

        public boolean isGlobal()
      • setGlobal

        public void setGlobal​(boolean global)