public class PathBean
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PathBean
public PathBean()
-
PathBean
public PathBean(String type,
@Nullable
@Nullable Boolean writable,
@Nullable
@Nullable Object value)
-
Method Details
-
-
setType
public void setType(String type)
-
getWritable
@Nullable
public @Nullable Boolean getWritable()
-
setWritable
public void setWritable(@Nullable
@Nullable Boolean writable)
-
getValue
@Nullable
public @Nullable Object getValue()
-
setValue
public void setValue(@Nullable
@Nullable Object value)