Interface Spread
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SpreadImpl
The Interface Spread.
-
Method Summary
Modifier and TypeMethodDescriptionGets the content.Gets the dimensions.intgetId()Gets the id.getPages()Gets the pages.Gets the record.intgetUid()Gets the uid.voidsetContent(Content content) Sets the content.voidsetDimensions(Dimensions dimensions) Sets the dimensions.voidsetId(int id) Sets the id.voidSets the pages.voidSets the record.voidsetUid(int uid) Sets the uid.
-
Method Details
-
getRecord
Record getRecord()Gets the record.- Returns:
- the record
-
setRecord
Sets the record.- Parameters:
record- the new record
-
getContent
Content getContent()Gets the content.- Returns:
- the content
-
setContent
Sets the content.- Parameters:
content- the new content
-
getDimensions
Dimensions getDimensions()Gets the dimensions.- Returns:
- the dimensions
-
setDimensions
Sets the dimensions.- Parameters:
dimensions- the new dimensions
-
getPages
Gets the pages.- Returns:
- the pages
-
setPages
Sets the pages.- Parameters:
pages- the new pages
-
getId
int getId()Gets the id.- Returns:
- the id
-
setId
void setId(int id) Sets the id.- Parameters:
id- the new id
-
getUid
int getUid()Gets the uid.- Returns:
- the uid
-
setUid
void setUid(int uid) Sets the uid.- Parameters:
uid- the new uid
-