Package org.opendaylight.neutron.spi
Class NeutronBaseAttributes<T extends NeutronBaseAttributes<T>>
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<T>
-
- All Implemented Interfaces:
Serializable,INeutronBaseAttributes<T>,INeutronObject<T>
- Direct Known Subclasses:
NeutronAdminAttributes,NeutronFirewall,NeutronFirewallPolicy,NeutronFirewallRule,NeutronL2gateway,NeutronL2gatewayConnection,NeutronLoadBalancerListener,NeutronLoadBalancerPool,NeutronMeteringLabel,NeutronQosPolicy,NeutronSecurityGroup,NeutronSFCFlowClassifier,NeutronSFCPortChain,NeutronSFCPortPair,NeutronSFCPortPairGroup,NeutronSubnet,NeutronTapFlow,NeutronTapService,NeutronVpnIkePolicy,NeutronVpnIpSecPolicy
public abstract class NeutronBaseAttributes<T extends NeutronBaseAttributes<T>> extends NeutronObject<T> implements INeutronBaseAttributes<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronBaseAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, T ans)StringgetName()voidsetName(String name)-
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantID, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceINeutronBaseAttributes<T extends NeutronBaseAttributes<T>>
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceINeutronBaseAttributes<T extends NeutronBaseAttributes<T>>
-
extractField
protected boolean extractField(String field, T ans)
- Overrides:
extractFieldin classNeutronObject<T extends NeutronBaseAttributes<T>>
-
-