models

ResourceRecord

class ResourceRecord extends Model

Linear Supertypes
Model, EntityBean, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResourceRecord
  2. Model
  3. EntityBean
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResourceRecord()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def _ebean_createCopy(): AnyRef

    Definition Classes
    Model → EntityBean
  5. def _ebean_getField(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Model → EntityBean
  6. def _ebean_getFieldIntercept(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Model → EntityBean
  7. def _ebean_getFieldNames(): Array[String]

    Definition Classes
    Model → EntityBean
  8. def _ebean_getIntercept(): EntityBeanIntercept

    Definition Classes
    Model → EntityBean
  9. def _ebean_getMarker(): String

    Definition Classes
    Model → EntityBean
  10. def _ebean_get__idGetSet(): Tuple

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  11. def _ebean_getni__idGetSet(): Tuple

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  12. def _ebean_intercept(): EntityBeanIntercept

    Definition Classes
    Model → EntityBean
  13. def _ebean_isEmbeddedNewOrDirty(): Boolean

    Definition Classes
    Model → EntityBean
  14. def _ebean_newInstance(): AnyRef

    Definition Classes
    Model → EntityBean
  15. def _ebean_setEmbeddedLoaded(): Unit

    Definition Classes
    Model → EntityBean
  16. def _ebean_setField(arg0: Int, arg1: Any, arg2: Any): Unit

    Definition Classes
    Model → EntityBean
  17. def _ebean_setFieldIntercept(arg0: Int, arg1: Any, arg2: Any): Unit

    Definition Classes
    Model → EntityBean
  18. def _ebean_set__idGetSet(arg0: Tuple): Unit

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  19. def _ebean_setni__idGetSet(arg0: Tuple): Unit

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  20. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Definition Classes
    Model
  21. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    Model → EntityBean
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def delete(arg0: String): Unit

    Definition Classes
    Model
  25. def delete(): Unit

    Definition Classes
    Model
  26. def deleteManyToManyAssociations(arg0: String): Unit

    Definition Classes
    Model
  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    Model → AnyRef → Any
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def getDnsEntry(): DnsEntry

  32. def getName(): String

  33. def getPref(): Integer

  34. def getTtl(): Integer

  35. def getType(): String

  36. def getValue(): String

  37. def hashCode(): Int

    Definition Classes
    Model → AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. def refresh(arg0: String): Unit

    Definition Classes
    Model
  43. def refresh(): Unit

    Definition Classes
    Model
  44. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Definition Classes
    Model
  45. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    Model → EntityBean
  46. def save(arg0: String): Unit

    Definition Classes
    Model
  47. def save(): Unit

    Definition Classes
    Model
  48. def saveManyToManyAssociations(arg0: String, arg1: String): Unit

    Definition Classes
    Model
  49. def saveManyToManyAssociations(arg0: String): Unit

    Definition Classes
    Model
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toString(): String

    Definition Classes
    ResourceRecord → AnyRef → Any
  52. def update(arg0: Any, arg1: String): Unit

    Definition Classes
    Model
  53. def update(arg0: Any): Unit

    Definition Classes
    Model
  54. def update(arg0: String): Unit

    Definition Classes
    Model
  55. def update(): Unit

    Definition Classes
    Model
  56. def validate(): List[ValidationError]

  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Model

Inherited from EntityBean

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped