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>ATTRIBUTESset of all column attribute guidsstatic StringCLASSGUIDThe class GUIDstatic intCLASSIDThe classid 10 for the class TENANTstatic StringCLASSNAMEThe classame TENANTstatic StringGUID_CITYThe guid for the city column "9D4857444F6374190159358218E8AA948B2883FA"static StringGUID_COUNTRYThe guid for the country column "58C2B810796C45BE260AC15B227F226643655047"static StringGUID_ISOCOUNTRYCODEThe guid for the country column "505D08E078597ECDB13599CDB71ED5B5A74ECA60"static StringGUID_POBOXThe guid for the pobox column "0E05F7BB2AEC6E5763ADD80E1563E33A28B30A5C"static StringGUID_POSTALCODEThe guid for the postal code column "DA55ACB97EFB2823E3B47263AE20C21E74F24AAC"static StringGUID_STATEThe guid for the state column "C8E00EF737482C0795D64E829BC81AA413B80207"static StringGUID_STREETThe 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
-
-