Class StoutAttribute
- java.lang.Object
-
- org.technologybrewery.fermenter.stout.authz.json.StoutAttribute
-
public class StoutAttribute extends Object
Represents the structure of an attribute that will be sourced by Stout.
-
-
Constructor Summary
Constructors Constructor Description StoutAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributePointClass()StringgetCategory()StringgetId()StringgetType()booleanisRequired()voidsetAttributeSourceClass(String attributePointClass)voidsetCategory(String category)voidsetId(String id)voidsetRequired(boolean required)voidsetType(String type)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getType
public String getType()
-
setType
public void setType(String type)
-
isRequired
public boolean isRequired()
-
setRequired
public void setRequired(boolean required)
-
getAttributePointClass
public String getAttributePointClass()
-
setAttributeSourceClass
public void setAttributeSourceClass(String attributePointClass)
-
-