public static final class PetStoreLookupTable.TableEntry extends Object
| Constructor and Description |
|---|
PetStoreLookupTable.TableEntry(String tableName,
String code,
String desc,
Date dateFrom,
Date dateTo)
Creates a table entry.
|
public PetStoreLookupTable.TableEntry(String tableName, String code, String desc, Date dateFrom, Date dateTo)
tableName - the table name.code - the entry code.desc - the entry description.dateFrom - the valid from date.dateTo - the valid to date.public String getDesc()
public String getCode()
public boolean equals(Object obj)
public String getTableName()
public Date getDateFrom()
public Date getDateTo()
Copyright © 2017. All rights reserved.