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