Class PremiumList.PremiumEntry

All Implemented Interfaces:
Buildable, Serializable, Cloneable, Comparable<PremiumList.PremiumEntry>
Enclosing class:
PremiumList

@Entity(name="PremiumEntry") public static class PremiumList.PremiumEntry extends DomainLabelEntry<BigDecimal,PremiumList.PremiumEntry> implements Buildable, Serializable
A premium list entry entity, persisted to Cloud SQL. Each instance represents the price of a single label on a given TLD.
See Also: