net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
Interface FieldResult

All Known Implementing Classes:
FieldResultImpl

public interface FieldResult


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

Method Detail

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

getColumn

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

Returns:
possible object is String

setColumn

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

Parameters:
value - allowed object is String


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