org.codeforamerica.open311.facade.data
Class ServiceDefinition

java.lang.Object
  extended by org.codeforamerica.open311.facade.data.ServiceDefinition
All Implemented Interfaces:
Serializable

public class ServiceDefinition
extends Object
implements Serializable

Represents a service definition.

Author:
Santiago MunĂ­n
See Also:
Serialized Form

Constructor Summary
ServiceDefinition(String serviceCode, List<AttributeInfo> attributes)
           
 
Method Summary
 List<AttributeInfo> getAttributes()
           
 String getServiceCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDefinition

public ServiceDefinition(String serviceCode,
                         List<AttributeInfo> attributes)
Method Detail

getServiceCode

public String getServiceCode()

getAttributes

public List<AttributeInfo> getAttributes()


Copyright © 2013 Code for America. All Rights Reserved.