public class SystemDefImpl extends Object implements ISystemDef
Constructor and Description |
---|
SystemDefImpl() |
SystemDefImpl(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IGroup[] |
getGroups() |
String[] |
getIncludes() |
String |
getName() |
String |
getSysoid() |
String |
getSysoidMask() |
ITable[] |
getTables() |
int |
hashCode() |
void |
setGroups(IGroup[] groups) |
void |
setIncludes(String[] includes) |
void |
setName(String name) |
void |
setSysoid(String sysoid) |
void |
setSysoidMask(String sysoidMask) |
void |
setTables(ITable[] tables) |
String |
toString() |
public SystemDefImpl()
public SystemDefImpl(String name)
public String getName()
getName
in interface ISystemDef
public void setName(String name)
public String getSysoidMask()
getSysoidMask
in interface ISystemDef
public void setSysoidMask(String sysoidMask)
public String getSysoid()
getSysoid
in interface ISystemDef
public void setSysoid(String sysoid)
public String[] getIncludes()
getIncludes
in interface ISystemDef
public void setIncludes(String[] includes)
public IGroup[] getGroups()
getGroups
in interface ISystemDef
public void setGroups(IGroup[] groups)
public ITable[] getTables()
getTables
in interface ISystemDef
public void setTables(ITable[] tables)
Copyright © 2021. All rights reserved.