public abstract class NetworkWeightSetting<T> extends com.banda.core.domain.TechnicalDomainObject implements Comparable<Topology>
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
NetworkWeightSetting() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Topology anotherTopology) |
com.banda.core.domain.um.User |
getCreatedBy() |
Integer |
getIndex() |
String |
getName() |
NetworkWeightSetting<T> |
getParent() |
Date |
getTimeCreated() |
abstract boolean |
hasLayers() |
abstract boolean |
isTemplate() |
void |
setCreatedBy(com.banda.core.domain.um.User createdBy) |
void |
setIndex(Integer index) |
void |
setName(String name) |
protected void |
setParent(NetworkWeightSetting<T> parent) |
void |
setTimeCreated(Date timeCreated) |
String |
toString() |
public String getName()
public void setName(String name)
public Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public Integer getIndex()
public void setIndex(Integer index)
public NetworkWeightSetting<T> getParent()
protected void setParent(NetworkWeightSetting<T> parent)
public com.banda.core.domain.um.User getCreatedBy()
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
public abstract boolean isTemplate()
public abstract boolean hasLayers()
public int compareTo(Topology anotherTopology)
compareTo in interface Comparable<Topology>public String toString()
toString in class com.banda.core.domain.DomainObject<Long>Object.toString()Copyright © 2018. All Rights Reserved.