@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Mon Nov 24 15:46:47 UTC 2014") public abstract class NaturalizedEntityAbstract extends TopiaEntityAbstract implements NaturalizedEntity
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
naturalIdNotNull
Nom de l'attribut en BD : naturalIdNotNull
|
protected String |
naturalIdNull
Nom de l'attribut en BD : naturalIdNull
|
PROPERTY_NATURAL_ID_NOT_NULL, PROPERTY_NATURAL_ID_NULL| Constructor and Description |
|---|
NaturalizedEntityAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
Integer |
getNaturalIdNotNull() |
String |
getNaturalIdNull() |
void |
setNaturalIdNotNull(Integer naturalIdNotNull) |
void |
setNaturalIdNull(String naturalIdNull) |
String |
toString() |
protected Integer naturalIdNotNull
protected String naturalIdNull
public void accept(EntityVisitor visitor)
throws TopiaException
TopiaExceptionprotected void accept0(EntityVisitor visitor)
throws TopiaException
TopiaExceptionpublic void setNaturalIdNotNull(Integer naturalIdNotNull)
setNaturalIdNotNull in interface NaturalizedEntitypublic Integer getNaturalIdNotNull()
getNaturalIdNotNull in interface NaturalizedEntitypublic void setNaturalIdNull(String naturalIdNull)
setNaturalIdNull in interface NaturalizedEntitypublic String getNaturalIdNull()
getNaturalIdNull in interface NaturalizedEntitypublic List<TopiaEntity> getAggregate() throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
TopiaExceptionpublic String toString()
Copyright © 2004–2014 CodeLutin. All rights reserved.