| |
|
| java.lang.Object com.projity.reports.adapter.DecoratedField
DecoratedField | public class DecoratedField (Code) | | |
DecoratedField | public DecoratedField(JRField jrField)(Code) | | |
getClazz | public Class getClazz()(Code) | | Returns the clazz. |
getEnd | public long getEnd()(Code) | | Returns the end. |
getFieldName | public String getFieldName()(Code) | | Returns the fieldName. |
getMethod | public String getMethod()(Code) | | Returns the method. |
getStart | public long getStart()(Code) | | Returns the start. |
isSubField | public boolean isSubField()(Code) | | Returns the subField. |
isTextField | public boolean isTextField()(Code) | | Returns the textField. |
isTimeBased | public boolean isTimeBased()(Code) | | Returns the timeBased. |
setEnd | public void setEnd(long end)(Code) | | Parameters: end - The end to set. |
setStart | public void setStart(long start)(Code) | | Parameters: start - The start to set. |
setTimeBased | public void setTimeBased(boolean timeBased)(Code) | | Parameters: timeBased - The timeBased to set. |
|
|
|