Package de.xima.fc.client
Class ClientUtils
- java.lang.Object
-
- de.xima.fc.client.ClientUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisTestClient(Mandant client)Determine if the given client is marked as a test client.
-
-
-
Method Detail
-
isTestClient
public static boolean isTestClient(Mandant client)
Determine if the given client is marked as a test client.- Parameters:
client- to check.- Returns:
trueif the given client is marked as a test client andfalseotherwise.
-
-