Class NumberingListImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.NumberingListImpl
-
- All Implemented Interfaces:
NumberingList,java.io.Serializable
public class NumberingListImpl extends java.lang.Object implements java.io.Serializable, NumberingList
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumberingListImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAcrossDocuments()intgetAcrossStories()java.lang.StringgetName()intgetUid()voidsetAcrossDocuments(int acrossDocuments)voidsetAcrossStories(int acrossStories)voidsetName(java.lang.String name)voidsetUid(int uid)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceNumberingList- Returns:
- the name as String
-
setName
public void setName(java.lang.String name)
- 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
-
-