Class PackageItem
- java.lang.Object
-
- org.kie.workbench.common.services.shared.project.PackageItem
-
@Portable public class PackageItem extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PACKAGE_NAME
-
Constructor Summary
Constructors Constructor Description PackageItem()PackageItem(String packageName, String caption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCaption()StringgetPackageName()inthashCode()
-
-
-
Field Detail
-
DEFAULT_PACKAGE_NAME
public static final String DEFAULT_PACKAGE_NAME
- See Also:
- Constant Field Values
-
-