com.banda.network.domain
Class NetworkType
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.network.domain.NetworkType
- All Implemented Interfaces:
- KeyHolder<Long>, Serializable
public class NetworkType
- extends TechnicalDomainObject
- Since:
- 2012
- Author:
- © Peter Banda
- See Also:
- Serialized Form
NetworkType
public NetworkType()
getName
public String getName()
setName
public void setName(String name)
getCreateTime
public Date getCreateTime()
setCreateTime
public void setCreateTime(Date createTime)
getSuperType
public NetworkType getSuperType()
setSuperType
public void setSuperType(NetworkType superType)
getSubTypes
public Set<NetworkType> getSubTypes()
setSubTypes
protected void setSubTypes(Set<NetworkType> subTypes)
addSubType
public void addSubType(NetworkType subType)
removeSubType
public void removeSubType(NetworkType subType)
getNetDefinitions
public Set<Network<?>> getNetDefinitions()
setNetDefinitions
protected void setNetDefinitions(Set<Network<?>> netDefinitions)
addNetDefinition
protected void addNetDefinition(Network<?> netDefinition)
removeNetDefinition
protected void removeNetDefinition(Network<?> netDefinition)
Copyright © 2012. All Rights Reserved.