Package cn.sliew.milky.component
Interface Managable
-
- All Known Subinterfaces:
Component
- All Known Implementing Classes:
AbstractComponent
public interface Managablemanage marker interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArchitecture()StringgetModule()StringgetOrganization()StringgetOwner()
-
-
-
Method Detail
-
getOrganization
String getOrganization()
- Returns:
- organization belonged by componet
-
getArchitecture
String getArchitecture()
- Returns:
- architecture belonged by componet
-
getModule
String getModule()
- Returns:
- module belonged by componet
-
getOwner
String getOwner()
- Returns:
- owner belonged by componet
-
-