class Template extends Object implements Serializable
This class only has a bare minimum of methods, to minimize the amount of code downloaded into clients.
Modifier and Type | Field and Description |
---|---|
EntryRep[] |
attributeSetTemplates
ServiceTemplate.attributeSetTemplates converted to EntryReps
|
private static long |
serialVersionUID |
ServiceID |
serviceID
ServiceTemplate.serviceID
|
ServiceType[] |
serviceTypes
ServiceTemplate.serviceTypes converted to ServiceTypes
|
Constructor and Description |
---|
Template(ServiceTemplate tmpl)
Converts a ServiceTemplate to a Template.
|
private static final long serialVersionUID
public ServiceID serviceID
public ServiceType[] serviceTypes
public EntryRep[] attributeSetTemplates
public Template(ServiceTemplate tmpl) throws RemoteException
RemoteException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.