diff options
Diffstat (limited to 'src/main/java/com/c2kernel/property/Property.java')
| -rw-r--r-- | src/main/java/com/c2kernel/property/Property.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/com/c2kernel/property/Property.java b/src/main/java/com/c2kernel/property/Property.java index 6b7c4ee..3240b07 100644 --- a/src/main/java/com/c2kernel/property/Property.java +++ b/src/main/java/com/c2kernel/property/Property.java @@ -37,6 +37,12 @@ public class Property implements C2KLocalObject setValue( value );
setMutable( mutable );
}
+
+ public Property( String name, String value)
+ {
+ setName( name );
+ setValue( value );
+ }
/**************************************************************************
*
|
