Class PageReferenceImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.PageReferenceImpl
All Implemented Interfaces:
PageReference, Serializable

public class PageReferenceImpl extends Object implements Serializable, PageReference
See Also:
  • Constructor Details

    • PageReferenceImpl

      public PageReferenceImpl()
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface PageReference
      Returns:
      the id
    • setId

      public void setId(int id)
      Specified by:
      setId in interface PageReference
      Parameters:
      id - the id to set
    • getUid

      public int getUid()
      Specified by:
      getUid in interface PageReference
      Returns:
      the uid
    • setUid

      public void setUid(int uid)
      Specified by:
      setUid in interface PageReference
      Parameters:
      uid - the uid to set