Package com.jamasoftware.velocity.api
Interface ColumnFieldDTO
-
public interface ColumnFieldDTO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFieldLabel()
java.util.List<FieldNameDTO>
getFieldList()
-
-
-
Method Detail
-
getFieldLabel
java.lang.String getFieldLabel()
-
getFieldList
java.util.List<FieldNameDTO> getFieldList()
-
-