Class NumberingListImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.NumberingListImpl
- All Implemented Interfaces:
NumberingList,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetName()intgetUid()voidsetAcrossDocuments(int acrossDocuments) voidsetAcrossStories(int acrossStories) voidvoidsetUid(int uid)
-
Constructor Details
-
NumberingListImpl
public NumberingListImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNumberingList- Returns:
- the name as String
-
setName
- Specified by:
setNamein interfaceNumberingList- Parameters:
name- the name to set
-
getUid
public int getUid()- Specified by:
getUidin interfaceNumberingList- Returns:
- the uid as String
-
setUid
public void setUid(int uid) - Specified by:
setUidin interfaceNumberingList- Parameters:
uid- the uid to set
-
getAcrossStories
public int getAcrossStories()- Specified by:
getAcrossStoriesin interfaceNumberingList- Returns:
- the acrossStories as int
-
setAcrossStories
public void setAcrossStories(int acrossStories) - Specified by:
setAcrossStoriesin interfaceNumberingList
-
getAcrossDocuments
public int getAcrossDocuments()- Specified by:
getAcrossDocumentsin interfaceNumberingList- Returns:
- the acrossDocuments
-
setAcrossDocuments
public void setAcrossDocuments(int acrossDocuments) - Specified by:
setAcrossDocumentsin interfaceNumberingList
-