Class PageReferenceImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.PageReferenceImpl
-
- All Implemented Interfaces:
PageReference,java.io.Serializable
public class PageReferenceImpl extends java.lang.Object implements java.io.Serializable, PageReference
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageReferenceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()intgetUid()voidsetId(int id)voidsetUid(int uid)
-
-
-
Method Detail
-
getId
public int getId()
- Specified by:
getIdin interfacePageReference- Returns:
- the id
-
setId
public void setId(int id)
- Specified by:
setIdin interfacePageReference- Parameters:
id- the id to set
-
getUid
public int getUid()
- Specified by:
getUidin interfacePageReference- Returns:
- the uid
-
setUid
public void setUid(int uid)
- Specified by:
setUidin interfacePageReference- Parameters:
uid- the uid to set
-
-