Interface IpResourceInstance
- All Superinterfaces:
GuiTitlable
,Resource
- All Known Implementing Classes:
IpResourceAddress
,IpResourceNet
,IpResourceRange
public interface IpResourceInstance extends Resource
-
Method Summary
Modifier and Type Method Description int
getIpResourceId()
void
setIpResourceId(int ipResourceId)
java.lang.String
toString()
Methods inherited from interface ru.bitel.common.model.GuiTitlable
getGuiTitle
-
Method Details
-
getIpResourceId
int getIpResourceId() -
setIpResourceId
void setIpResourceId(int ipResourceId) -
toString
java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-