public class Grid extends UpdateManagedEntity implements AttributedElement<GridAttribute>, Serializable
Constructor and Description |
---|
Grid() |
Grid(String gridId,
String operatorUserId) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.lang.builder.EqualsBuilder |
appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder,
Object value,
Collection<String> appendedFields,
boolean ignoreDates) |
protected org.apache.commons.lang.builder.HashCodeBuilder |
appendSpecialHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder,
Collection<String> appendedFields) |
GridAttribute |
getAttribute(String name) |
Collection<GridAttribute> |
getAttributes() |
String |
getAttributeValue(String attributeName) |
String |
getGridId() |
String |
getGridName() |
String |
getOperatorUserId() |
List<Domain> |
getSupportedDomains() |
String |
getUrl() |
boolean |
isAutoApproveEnabled() |
boolean |
isCommercialUseAllowed() |
boolean |
isHosted() |
void |
removeAttribute(String attributeName) |
void |
setAttribute(GridAttribute attribute) |
void |
setAttributes(Collection<GridAttribute> attributes) |
void |
setAttributeValue(String attributeName,
String attributeValue) |
void |
setAutoApproveEnabled(boolean autoApproveEnabled) |
void |
setCommercialUseAllowed(boolean commercialUseAllowed) |
void |
setGridId(String gridId) |
void |
setGridName(String gridName) |
void |
setHosted(boolean hosted) |
void |
setOperatorUserId(String opratorUserId) |
void |
setSupportedDomains(List<Domain> domains) |
void |
setUrl(String url) |
equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString, touchUpdatedDateTime
public String getGridId()
public void setGridId(String gridId)
public String getGridName()
public void setGridName(String gridName)
public String getOperatorUserId()
public void setOperatorUserId(String opratorUserId)
public String getUrl()
public void setUrl(String url)
public boolean isCommercialUseAllowed()
public void setCommercialUseAllowed(boolean commercialUseAllowed)
public boolean isHosted()
public void setHosted(boolean hosted)
public Collection<GridAttribute> getAttributes()
getAttributes
in interface AttributedElement<GridAttribute>
public GridAttribute getAttribute(String name)
getAttribute
in interface AttributedElement<GridAttribute>
public void setAttribute(GridAttribute attribute)
setAttribute
in interface AttributedElement<GridAttribute>
public String getAttributeValue(String attributeName)
getAttributeValue
in interface AttributedElement<GridAttribute>
public void setAttributes(Collection<GridAttribute> attributes)
setAttributes
in interface AttributedElement<GridAttribute>
public void setAttributeValue(String attributeName, String attributeValue)
setAttributeValue
in interface AttributedElement<GridAttribute>
public void removeAttribute(String attributeName)
removeAttribute
in interface AttributedElement<GridAttribute>
public boolean isAutoApproveEnabled()
public void setAutoApproveEnabled(boolean autoApproveEnabled)
protected org.apache.commons.lang.builder.EqualsBuilder appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder, Object value, Collection<String> appendedFields, boolean ignoreDates)
appendSpecialEquals
in class UpdateManagedEntity
protected org.apache.commons.lang.builder.HashCodeBuilder appendSpecialHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder, Collection<String> appendedFields)
appendSpecialHashCode
in class UpdateManagedEntity