@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Sat Apr 11 05:24:51 UTC 2015") public abstract class ProductAbstract extends TopiaEntityAbstract implements Product
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
Nom de l'attribut en BD : name
|
protected Type |
type
Nom de l'attribut en BD : type
|
PROPERTY_NAME, PROPERTY_TYPE| Constructor and Description |
|---|
ProductAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
String |
getName() |
Type |
getType() |
void |
setName(String name) |
void |
setType(Type type) |
String |
toString() |
protected String name
protected Type type
public void accept(EntityVisitor visitor)
throws TopiaException
TopiaExceptionprotected void accept0(EntityVisitor visitor)
throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getAggregate() throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
TopiaExceptionpublic String toString()
Copyright © 2004–2015 CodeLutin. All rights reserved.