org.nuiton.topiatest
Interface NaturalizedEntity

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
NaturalizedEntityAbstract, NaturalizedEntityImpl

public interface NaturalizedEntity
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String PROPERTY_NATURAL_ID_NOT_NULL
           
static String PROPERTY_NATURAL_ID_NULL
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 Integer getNaturalIdNotNull()
           
 String getNaturalIdNull()
           
 void setNaturalIdNotNull(Integer naturalIdNotNull)
           
 void setNaturalIdNull(String naturalIdNull)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_NATURAL_ID_NOT_NULL

static final String PROPERTY_NATURAL_ID_NOT_NULL
See Also:
Constant Field Values

PROPERTY_NATURAL_ID_NULL

static final String PROPERTY_NATURAL_ID_NULL
See Also:
Constant Field Values
Method Detail

setNaturalIdNotNull

void setNaturalIdNotNull(Integer naturalIdNotNull)

getNaturalIdNotNull

Integer getNaturalIdNotNull()

setNaturalIdNull

void setNaturalIdNull(String naturalIdNull)

getNaturalIdNull

String getNaturalIdNull()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.