Class StyleReferenceImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.StyleReferenceImpl
-
- All Implemented Interfaces:
StyleReference,java.io.Serializable
public class StyleReferenceImpl extends java.lang.Object implements StyleReference, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StyleReferenceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets name.intgetUid()Gets uid.voidsetName(java.lang.String name)Sets name.voidsetUid(int uid)Sets uid.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:StyleReferenceGets name.- Specified by:
getNamein interfaceStyleReference- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Description copied from interface:StyleReferenceSets name.- Specified by:
setNamein interfaceStyleReference- Parameters:
name- the name
-
getUid
public int getUid()
Description copied from interface:StyleReferenceGets uid.- Specified by:
getUidin interfaceStyleReference- Returns:
- the uid
-
setUid
public void setUid(int uid)
Description copied from interface:StyleReferenceSets uid.- Specified by:
setUidin interfaceStyleReference- Parameters:
uid- the uid
-
-