net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm
Interface AttributeOverride

All Known Implementing Classes:
AttributeOverrideImpl

public interface AttributeOverride


Method Summary
 Column getColumn()
          Gets the value of the column property.
 String getName()
          Gets the value of the name property.
 void setColumn(Column value)
          Sets the value of the column property.
 void setName(String value)
          Sets the value of the name property.
 

Method Detail

getColumn

Column getColumn()
Gets the value of the column property.

Returns:
possible object is Column

setColumn

void setColumn(Column value)
Sets the value of the column property.

Parameters:
value - allowed object is Column

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.