models

PushedBranch

class PushedBranch extends Model

Linear Supertypes
Model, EntityBean, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PushedBranch
  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 PushedBranch(pushedDate: Date, branch: String, project: Project)

  2. new PushedBranch()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def _ebean_createCopy(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  25. def clone(): AnyRef

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

    Definition Classes
    Model
  27. def delete(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  33. def getShortName(): String

  34. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    Model
  40. def refresh(): Unit

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

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

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

    Definition Classes
    Model
  44. def save(): Unit

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

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

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

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

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

    Definition Classes
    Model
  52. def update(): Unit

    Definition Classes
    Model
  53. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. 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