public class RateCenter extends Object
| Constructor and Description |
|---|
RateCenter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation() |
String |
getName() |
static List<RateCenter> |
list(IrisClient client,
Map<String,Object> query) |
void |
setAbbreviation(String abbreviation) |
void |
setName(String name) |
public static List<RateCenter> list(IrisClient client, Map<String,Object> query) throws Exception
Exceptionpublic String getAbbreviation()
public void setAbbreviation(String abbreviation)
public String getName()
public void setName(String name)
Copyright © 2018. All rights reserved.