Interface Master
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MasterImpl
-
Method Summary
Modifier and TypeMethodDescriptiondoubleintgetId()getName()intintdoublegetWidth()voidsetHeight(double height) voidsetId(int id) voidsetMasterpages(List<BasicPage> masterpages) voidvoidsetPageNumber(int pageNumber) voidsetParentId(int parentId) voidvoidsetUsedIn(List<PageReference> usedIn) voidsetWidth(double width)
-
Method Details
-
getId
int getId()- Returns:
- the id
-
setId
void setId(int id) - Parameters:
id- the id to set
-
getPrefix
String getPrefix()- Returns:
- the prefix
-
setPrefix
- Parameters:
prefix- the prefix to set
-
getName
String getName()- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getWidth
double getWidth()- Returns:
- the width
-
setWidth
void setWidth(double width) - Parameters:
width- the width to set
-
getHeight
double getHeight()- Returns:
- the height
-
setHeight
void setHeight(double height) - Parameters:
height- the height to set
-
getPageNumber
int getPageNumber()- Returns:
- the pageNumber
-
setPageNumber
void setPageNumber(int pageNumber) - Parameters:
pageNumber- the pageNumber to set
-
getParentId
int getParentId()- Returns:
- the parentId
-
setParentId
void setParentId(int parentId) - Parameters:
parentId- the parentId to set
-
getMasterpages
- Returns:
- the masterpages
-
setMasterpages
- Parameters:
masterpages- the masterpages to set
-
getUsedIn
List<PageReference> getUsedIn()- Returns:
- the usedIn
-
setUsedIn
- Parameters:
usedIn- the usedIn to set
-