Class Type

    • Field Detail

      • hardwareGenericComponentModels

        @ApiProperty
        protected List<Generic> hardwareGenericComponentModels
        The generic component model description for this component type object.
      • typeParent

        @ApiProperty
        protected Type typeParent
        The parent generic component model object for this generic component model object.
      • idSpecified

        protected boolean idSpecified
      • keyNameSpecified

        protected boolean keyNameSpecified
      • typeSpecified

        protected boolean typeSpecified
      • typeParentIdSpecified

        protected boolean typeParentIdSpecified
      • hardwareGenericComponentModelCount

        @ApiProperty
        protected Long hardwareGenericComponentModelCount
        A count of the generic component model description for this component type object.
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • getHardwareGenericComponentModels

        public List<Generic> getHardwareGenericComponentModels()
      • getTypeParent

        public Type getTypeParent()
      • setTypeParent

        public void setTypeParent​(Type typeParent)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getKeyName

        public String getKeyName()
      • setKeyName

        public void setKeyName​(String keyName)
      • isKeyNameSpecified

        public boolean isKeyNameSpecified()
      • unsetKeyName

        public void unsetKeyName()
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isTypeSpecified

        public boolean isTypeSpecified()
      • unsetType

        public void unsetType()
      • getTypeParentId

        public Long getTypeParentId()
      • setTypeParentId

        public void setTypeParentId​(Long typeParentId)
      • isTypeParentIdSpecified

        public boolean isTypeParentIdSpecified()
      • unsetTypeParentId

        public void unsetTypeParentId()
      • getHardwareGenericComponentModelCount

        public Long getHardwareGenericComponentModelCount()
      • setHardwareGenericComponentModelCount

        public void setHardwareGenericComponentModelCount​(Long hardwareGenericComponentModelCount)