public class RangeBean extends PersistenceBean<Range>
| Constructor and Description |
|---|
RangeBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Range |
createObject(IPersistenceSession session) |
protected void |
fromObject(Range obj,
IPersistenceSession session) |
int |
getEnd() |
int |
getStart() |
void |
setEnd(int end) |
protected void |
setObject(Range obj,
IPersistenceSession session) |
void |
setStart(int start) |
get, getRefId, set, setRefIdprotected Range createObject(IPersistenceSession session)
createObject in class PersistenceBean<Range>protected void fromObject(Range obj, IPersistenceSession session)
fromObject in class PersistenceBean<Range>protected void setObject(Range obj, IPersistenceSession session)
setObject in class PersistenceBean<Range>public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
Copyright © 2019. All rights reserved.