public class SessionAttributeState extends Object
| Constructor and Description |
|---|
SessionAttributeState()
Creates a new instance of SessionAttributeState
|
| Modifier and Type | Method and Description |
|---|---|
static SessionAttributeState |
createPersistentAttribute()
create an instance of SessionAttributeState
representing a persistent attribute
|
boolean |
isDeleted()
return isDeleted
|
boolean |
isDirty()
return isDirty
|
boolean |
isPersistent()
return isPersistent
|
void |
setDeleted(boolean value)
set deletedFlag
|
void |
setDirty(boolean value)
set isDirty
|
void |
setPersistent(boolean value)
set persistentFlag
|
String |
toString() |
public SessionAttributeState()
public static SessionAttributeState createPersistentAttribute()
public boolean isDirty()
public void setDirty(boolean value)
value - public boolean isPersistent()
public void setPersistent(boolean value)
value - public boolean isDeleted()
public void setDeleted(boolean value)
value - Copyright © 2019. All rights reserved.