Class RepositoryType
- java.lang.Object
-
- org.silverpeas.core.importexport.model.RepositoryType
-
public class RepositoryType extends Object
- Author:
- tleroi To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
-
Field Summary
Fields Modifier and Type Field Description static int
NO_RECURSIVE
static int
RECURSIVE_NOREPLICATE
static int
RECURSIVE_REPLICATE
-
Constructor Summary
Constructors Constructor Description RepositoryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponentId()
int
getMassiveTypeInt()
String
getPath()
int
getTopicId()
void
setComponentId(String string)
void
setPath(String string)
void
setTopicId(int i)
-
-
-
Field Detail
-
NO_RECURSIVE
public static final int NO_RECURSIVE
- See Also:
- Constant Field Values
-
RECURSIVE_NOREPLICATE
public static final int RECURSIVE_NOREPLICATE
- See Also:
- Constant Field Values
-
RECURSIVE_REPLICATE
public static final int RECURSIVE_REPLICATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getComponentId
public String getComponentId()
-
getMassiveTypeInt
public int getMassiveTypeInt()
-
getPath
public String getPath()
-
getTopicId
public int getTopicId()
-
setComponentId
public void setComponentId(String string)
-
setPath
public void setPath(String string)
-
setTopicId
public void setTopicId(int i)
-
-