Interface Flexible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlexiblecopyToGroup(Object dsId, String group)Returns the copied instance or null if the object cannot be copied.StringgetFlexibleName()Insert the method's description here.booleanmoveToGroup(Object dsId, String group)Insert the method's description here.booleanrename(Object dsId, String newName)Insert the method's description here.StringtoString()Insert the method's description here.
-
-
-
Method Detail
-
copyToGroup
Flexible copyToGroup(Object dsId, String group)
Returns the copied instance or null if the object cannot be copied. Creation date: (4.2.2001 21:59:44)- Parameters:
dsId- dsIdgroup- java.lang.String- Returns:
- something
-
getFlexibleName
String getFlexibleName()
Insert the method's description here. Creation date: (3.5.2001 10:15:48)- Returns:
- java.lang.String
-
moveToGroup
boolean moveToGroup(Object dsId, String group)
Insert the method's description here. Creation date: (4.2.2001 22:00:01)- Parameters:
dsId- dsIdgroup- java.lang.String- Returns:
- something
-
rename
boolean rename(Object dsId, String newName)
Insert the method's description here. Creation date: (2.5.2001 23:23:17)- Parameters:
dsId- dsIdnewName- java.lang.String- Returns:
- something
-
-