class Country extends CodeBean
国家地区 参见国家推荐标准 GB/T 2659-2000
- Annotations
- @code()
- See also
http://en.wikipedia.org/wiki/ISO_3166-1
http://wenku.baidu.com/view/bd105c235901020207409cd1.html
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Country
- CodeBean
- Remark
- Updated
- TemporalOn
- Code
- Coded
- Named
- IntId
- IntIdEntity
- NumId
- Entity
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Country()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var alpha2Code: String
- var alpha3Code: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val beginOn: LocalDate
- Definition Classes
- TemporalOn
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val code: String
- Definition Classes
- Coded
- var enName: Option[String]
- Definition Classes
- CodeBean → Code
- val endOn: Option[LocalDate]
- Definition Classes
- TemporalOn
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Entity → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
- var id: Int
- Definition Classes
- NumId → Entity
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- Named
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
- val remark: Option[String]
- Definition Classes
- Remark
- var shortName: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val updatedAt: Instant
- Definition Classes
- Updated
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def within(date: LocalDate): Boolean
- Definition Classes
- TemporalOn
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.