@Entity public class OrganizationAttribute extends EntityAttribute<Organization>
Organization
Modifier and Type | Field and Description |
---|---|
protected Organization |
entity |
id, name, value
Constructor and Description |
---|
OrganizationAttribute() |
OrganizationAttribute(net.sf.ezmorph.bean.MorphDynaBean b) |
OrganizationAttribute(OrganizationAttribute a) |
OrganizationAttribute(String json) |
OrganizationAttribute(String name,
String value) |
OrganizationAttribute(String name,
String value,
Organization organization) |
Modifier and Type | Method and Description |
---|---|
Organization |
getEntity()
Reference to the entity this Attribute is part of
|
void |
setEntity(Organization entity)
Reference to the entity this Attribute is part of
|
clone, getId, getName, getValue, setId, setName, setValue, toString, updateValue
protected Organization entity
public OrganizationAttribute()
public OrganizationAttribute(String json)
public OrganizationAttribute(OrganizationAttribute a)
public OrganizationAttribute(net.sf.ezmorph.bean.MorphDynaBean b)
public OrganizationAttribute(String name, String value, Organization organization)
public Organization getEntity()
Attribute
public void setEntity(Organization entity)
Attribute
Copyright © 2018. All rights reserved.