Class AxisType
- java.lang.Object
-
- org.silverpeas.core.pdc.pdc.importexport.AxisType
-
public class AxisType extends Object
-
-
Constructor Summary
Constructors Constructor Description AxisType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
List<PdcValueType>
getListPdcValueType()
String
getName()
String
getPath()
void
setId(int i)
void
setListPdcValueType(List<PdcValueType> listPdcValueType)
void
setName(String name)
void
setPath(String path)
-
-
-
Method Detail
-
getId
public int getId()
- Returns:
-
setId
public void setId(int i)
- Parameters:
i
-
-
getName
public String getName()
-
setName
public void setName(String name)
-
getListPdcValueType
public List<PdcValueType> getListPdcValueType()
-
setListPdcValueType
public void setListPdcValueType(List<PdcValueType> listPdcValueType)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
-