| Modifier and Type | Field and Description | 
|---|---|
static javax.persistence.metamodel.SingularAttribute<LogAttribute,Attribute> | 
LogAttribute_.attribute  | 
static javax.persistence.metamodel.SetAttribute<Property,Attribute> | 
Property_.attributes  | 
static javax.persistence.metamodel.SingularAttribute<Attribute,Long> | 
Attribute_.id  | 
static javax.persistence.metamodel.SingularAttribute<Attribute,String> | 
Attribute_.name  | 
static javax.persistence.metamodel.SingularAttribute<Attribute,Property> | 
Attribute_.property  | 
static javax.persistence.metamodel.SingularAttribute<Attribute,State> | 
Attribute_.state  | 
| Modifier and Type | Method and Description | 
|---|---|
static Attribute | 
AttributeManager.findAttribute(Property property,
             String attributeName)
Finds a tag in the database by name. 
 | 
Attribute | 
LogAttribute.getAttribute()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Attribute> | 
AttributeManager.findAll(Property property)
Returns the list of set attribute in the database. 
 | 
Set<Attribute> | 
Property.getAttributes()  | 
Set<Attribute> | 
Property.getAttributeSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Property.addAttribute(Attribute attribute)
Adds a attribute to the collection. 
 | 
void | 
LogAttribute.setAttribute(Attribute attribute)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Property.setAttributes(Set<Attribute> attributes)  | 
| Constructor and Description | 
|---|
Property(String name,
        Set<Attribute> attributes)  | 
Copyright © 2010-2014 Michigan State University. All Rights Reserved.