|
Scala 2.3.1
|
class
BeanProperty
extends
scala.Attribute
with
scala.ScalaObject
[BeanProperty] var status = ""
adds the following methods to the generated code
def setStatus(s:String): Unit = { this.status = s } def getStatus: String = { this.status }
However, you cannot call setStatus
from Scala, you should
use the normal Scala access and assignment.
Constructor Summary | |
def
this
|
Constructor Detail |