Class PathesElementFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.PathesElementFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class PathesElementFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description PathesElementFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetOwnerId()StringgetPath()intgetPosition()voidsetDescription(String description)voidsetOwnerId(String ownerId)voidsetPath(String path)voidsetPosition(int position)
-
-
-
Method Detail
-
setOwnerId
public void setOwnerId(String ownerId)
-
getOwnerId
public String getOwnerId()
-
setPosition
public void setPosition(int position)
-
getPosition
public int getPosition()
-
setPath
public void setPath(String path)
-
getPath
public String getPath()
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
-