Package de.uplanet.lucy.usermanager.ds
Class DS_TENANT
- java.lang.Object
-
- de.uplanet.lucy.usermanager.ds.DS_TENANT
-
@Scriptable @ConstantClass public final class DS_TENANT extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
ATTRIBUTES
set of all column attribute guidsstatic String
CLASSGUID
The class GUIDstatic int
CLASSID
The classid 10 for the class TENANTstatic String
CLASSNAME
The classame TENANTstatic String
GUID_CITY
The guid for the city column "9D4857444F6374190159358218E8AA948B2883FA"static String
GUID_COUNTRY
The guid for the country column "58C2B810796C45BE260AC15B227F226643655047"static String
GUID_ISOCOUNTRYCODE
The guid for the country column "505D08E078597ECDB13599CDB71ED5B5A74ECA60"static String
GUID_POBOX
The guid for the pobox column "0E05F7BB2AEC6E5763ADD80E1563E33A28B30A5C"static String
GUID_POSTALCODE
The guid for the postal code column "DA55ACB97EFB2823E3B47263AE20C21E74F24AAC"static String
GUID_STATE
The guid for the state column "C8E00EF737482C0795D64E829BC81AA413B80207"static String
GUID_STREET
The guid for the street column "2C7877609807FFB903CB9C06D5F88DF4ADD9B23D"
-
-
-
Field Detail
-
CLASSNAME
public static final String CLASSNAME
The classame TENANT- See Also:
- Constant Field Values
-
CLASSGUID
public static final String CLASSGUID
The class GUID- See Also:
- Constant Field Values
-
CLASSID
public static final int CLASSID
The classid 10 for the class TENANT- See Also:
- Constant Field Values
-
GUID_ISOCOUNTRYCODE
public static final String GUID_ISOCOUNTRYCODE
The guid for the country column "505D08E078597ECDB13599CDB71ED5B5A74ECA60"- See Also:
- Constant Field Values
-
GUID_COUNTRY
public static final String GUID_COUNTRY
The guid for the country column "58C2B810796C45BE260AC15B227F226643655047"- See Also:
- Constant Field Values
-
GUID_POBOX
public static final String GUID_POBOX
The guid for the pobox column "0E05F7BB2AEC6E5763ADD80E1563E33A28B30A5C"- See Also:
- Constant Field Values
-
GUID_STATE
public static final String GUID_STATE
The guid for the state column "C8E00EF737482C0795D64E829BC81AA413B80207"- See Also:
- Constant Field Values
-
GUID_STREET
public static final String GUID_STREET
The guid for the street column "2C7877609807FFB903CB9C06D5F88DF4ADD9B23D"- See Also:
- Constant Field Values
-
GUID_POSTALCODE
public static final String GUID_POSTALCODE
The guid for the postal code column "DA55ACB97EFB2823E3B47263AE20C21E74F24AAC"- See Also:
- Constant Field Values
-
GUID_CITY
public static final String GUID_CITY
The guid for the city column "9D4857444F6374190159358218E8AA948B2883FA"- See Also:
- Constant Field Values
-
-