@Auditable
@Entity
public class GroupFeature
extends org.nrg.framework.orm.hibernate.AbstractHibernateEntity
Constructor and Description |
---|
GroupFeature() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFeature()
Gets the feature
|
String |
getGroupId()
Gets the group ID, which corresponds to the ID in the xdat_userGroup table.
|
String |
getTag()
Gets the tag.
|
int |
hashCode() |
boolean |
isBlocked() |
boolean |
isOnByDefault() |
void |
setBlocked(Boolean blocked) |
void |
setFeature(String feature)
Sets the feature
|
void |
setGroupId(String groupId)
Sets the group ID, which corresponds to the ID in the xdat_userGroup table.
|
void |
setOnByDefault(Boolean onByDefault) |
void |
setTag(String tag)
Sets the tag.
|
public String getFeature()
public void setFeature(String feature)
feature
- A value representing the feature.public String getTag()
public void setTag(String tag)
tag
- A value representing the tag.public String getGroupId()
public void setGroupId(String groupId)
groupId
- A value representing the group ID.public boolean isBlocked()
public void setBlocked(Boolean blocked)
public boolean isOnByDefault()
public void setOnByDefault(Boolean onByDefault)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.