|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.core.model.Resource
org.weblab_project.core.model.content.Content
public class Content
Content is an abstract type which provides limit and offset (their unit are consistent together and described in the specialisations) for instantiable contents. Data Exchange Model for WebLab platform provided by EADS Content package - Version 1.1 - 2009/05
Java class for content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="content"> <complexContent> <extension base="{http://weblab-project.org/core/model/}resource"> <sequence> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
limit
|
protected int |
offset
|
Fields inherited from class org.weblab_project.core.model.Resource |
---|
annotation, descriptor, uri |
Constructor Summary | |
---|---|
Content()
|
Method Summary | |
---|---|
int |
getLimit()
Gets the value of the limit property. |
int |
getOffset()
Gets the value of the offset property. |
void |
setLimit(int value)
Sets the value of the limit property. |
void |
setOffset(int value)
Sets the value of the offset property. |
Methods inherited from class org.weblab_project.core.model.Resource |
---|
getAnnotation, getDescriptor, getUri, setUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int offset
protected int limit
Constructor Detail |
---|
public Content()
Method Detail |
---|
public int getOffset()
public void setOffset(int value)
public int getLimit()
public void setLimit(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |