Class Link

java.lang.Object
org.api.mkm.modele.Link
All Implemented Interfaces:
Serializable

public class Link extends Object implements Serializable
See Also:
  • Constructor Details

    • Link

      public Link()
  • Method Details

    • getRel

      public String getRel()
    • setRel

      public void setRel(String rel)
    • getHref

      public String getHref()
    • setHref

      public void setHref(String href)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getIdArticle

      public int getIdArticle()
    • setIdArticle

      public void setIdArticle(int idArticle)