Interface PageReference

All Superinterfaces:
Serializable
All Known Implementing Classes:
PageReferenceImpl

public interface PageReference extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    void
    setId(int id)
     
    void
    setUid(int uid)
     
  • Method Details

    • getId

      int getId()
      Returns:
      the id
    • setId

      void setId(int id)
      Parameters:
      id - the id to set
    • getUid

      int getUid()
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Parameters:
      uid - the uid to set