Class OrgPolicyReport.Range
- java.lang.Object
-
- de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Range
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrgPolicyReport
public static class OrgPolicyReport.Range extends Object implements Serializable
Represents a range within an OrgPolicy.beginColumn
andendColumn
can be used directly as parameters inString.substring(int, int)
to retrieve a section of the OrgPolicy referred to by the corresponding entry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Range(int beginColumn, int endColumn)
Constructs a newRange
with the given begin and end column.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBeginColumn()
Returns the begin column of this range.int
getEndColumn()
Returns the end column of this range.String
toString()
-